Hi anyone know why a user running PHP Version 4.3.4
on a windows system cant run a script having a simple
code like this:
if($myvar){
header("Locatio n: $redirecturl");
}
it gives some undefined var error
I need help!
Thank you
--
Yang
on a windows system cant run a script having a simple
code like this:
if($myvar){
header("Locatio n: $redirecturl");
}
it gives some undefined var error
I need help!
Thank you
--
Yang
Comment