Streetdaddy
Programmer
I've done a default install of PHP under IIS on WinXP Pro just for my own dev purposes. It processes includes and can start and set session variables, but a few weird things so far happen:
If I set a session variable and then tell the session variable to ++ on each page refresh if its already set, the value increments to 1 and goes no further?
Also, if I submit a form with a field value e.g input field with name of Action and value of Login, when I try to output $Action it is empty?
Would this be to do with my config in php.ini? Miles
Those Micros~1 guys sure know what they doing!
If I set a session variable and then tell the session variable to ++ on each page refresh if its already set, the value increments to 1 and goes no further?
Also, if I submit a form with a field value e.g input field with name of Action and value of Login, when I try to output $Action it is empty?
Would this be to do with my config in php.ini? Miles
Those Micros~1 guys sure know what they doing!