Showing posts from July, 2015

Add quotes to values in a string separated by a comma php

I have a comma seprated string that can contain multiple values like charecter and number or any thing else. Now i am using this with the IN clause in sql query. Let see example : $str = "k, w, 1, 2, 3, 4, 5, 6, 7, 8"; Now i am runni…

How to prevent a file from DIRECT URL ACCESS?

I have a project on my server and there are some confidential PDF and SWF extention files which is load from our website. But i don't want that any one those are not the access of our website can't be able to access these confidetial data by …

Load More
That is All