thanks for the help earlier, I changed the values and stuff and still it was a no go. I'm going to restart the server. and see if it works
; cgi.force_redirect is necessary to provide security running PHP as a CGI under
; most web servers. Left undefined, PHP turns this on by default. You can
; turn it off here AT YOUR OWN RISK
; **You CAN safely turn this off for IIS, in fact, you MUST.**
cgi.force_redirect = 0
; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
; will look for to know it is OK to continue execution. Setting this variable MAY
; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
; cgi.redirect_status_env = ;
this is from my php.ini file its set to off was set to 1 and still it doesn't work. Anyother ideas, should I just download the big 5mb php file or stick witht he 1mb installer? I think i'm confused and lost
Thanks,
~Dude