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);
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 = mypage.php?value=Sarah
2 matches
Mail list logo