Hello..
I'm new to PHP... I looked for answers to this on google, lots of alternatives were given...
the code works perfectly on another website, i copied it over to my pc...and trying running it using localhost and i get errors about undefined variables
i tried turning the register_globals = on in php.ini. I still get the errors...
when i wrap the $(_GET['formAction']) with an isset(), i don't get the error...is this what I'm supposed to do for all the global variables going forward? any other workarounds?
I'm new to PHP... I looked for answers to this on google, lots of alternatives were given...
the code works perfectly on another website, i copied it over to my pc...and trying running it using localhost and i get errors about undefined variables
i tried turning the register_globals = on in php.ini. I still get the errors...
when i wrap the $(_GET['formAction']) with an isset(), i don't get the error...is this what I'm supposed to do for all the global variables going forward? any other workarounds?