| Recent Answers from Kevin Cackler |
 |
2009-01-01 Downloading pdf files :D: There are several ways to do this Salman. One way is to stream your files through your PHP script. In this method you would first place your files ABOVE your website document root (IE, /home/salman/files/file...
|
2008-12-26 How to save javascript variable in php variable??: This isn't my area of expertise, but off of the top of my head, I can think of several ways to do this. First of all, you could have javascript do an image load something like this: <img src="your_file...
|
2008-12-26 php: I can honestly say that I've never seen this problem before. What happens if you change your code to: <?php global $a; $num = $a; print $num; ?> Does it then show the value of $a? This is...
|
2008-11-25 program logic: If I understood your problem correctly, your problem lies in this line: $sql = "UPDATE goods SET stock = stock + $value WHERE id = $id"; This query is telling MySQL to take the value in `stock`...
|
2008-11-01 php4 to php5 migration: Unfortunately, this really is an Apache specific question, as mod_rewrite doesn't have much to do with PHP at all. My guess, as I'm sure yours is, is that the old server was running Apache 2.x and the...
|
| More Answers for "PHP5" |