[PHP] periodic file writing error (fputs)

2004-08-05 Thread Sarah Gray
Hello, I am having a periodic problem that I cannot duplicate and wonder if anyone has suggestions. Once a sale is completed a record is written to a log file on the server. $filename = $dir. /. $logType._.$today..txt; $fp = fopen($filename, a+); fputs($fp, $logEntryStr); fclose($fp); The file

[PHP] stripping %20 and other characters from query string

2003-02-06 Thread Sarah Gray
Hello, Forgive me if this is an obvious question, but I am passing a value (a string with spaces and quotations) back in a query string and do not know how to strip the extra characters that have been placed into it. For example. $value = Sarah's Test Page query string =