M:
progress though [Thu Jan 17 14:46:37 2008] [error] [client 10.0.0.253] PHP M: Notice: Undefined variable: redirect in /Library/webapps/webroot/www/forms/leadrequest.php on line 21, referer: http://10.10.5.143/forms/portaldemo.php
well bummer not much I can understand
# if using windows, dont redirect stdout and stderr to /dev/null (this needs to be done on a *nix/BSD based system...)
#
if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
$redirect = " >nul";
else
$redirect .= " > /dev/null 2>&1 &";
Me:
Try making the '.=' in the second $redirect assignment just a '='
M:
lol now nothing on the page comes up
M:
if I just change it to = page came back testing it now.
Me:
dude. The quotes were there for quoting. You weren't supposed to put them in the code.