Posted by Michael Hulse on 10/21/98 11:36
On Jan 4, 2006, at 4:28 PM, zedleon wrote: > $fp = fopen("home/path/temp "w+"); You only got 3 quotes in the above code... try this: $fp = fopen("home/path/temp", "w+");
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming