I've installed php. It's outputting the code OK. But when I'm defining a variable in the URL - it work's online but not locally. I suppose it's a problem with my installation.
You can read a description and see the code at <a href=http://www.tittahit.nu/php/pws_problem.php>www.tittahit.nu/php/pws_problem.php</a>. (And check the side that is OK)
Can anybody give me a hint??
/Ottomannen
You're webhost might be using a different version of PHP than you are (an older version).
Read up on the new Global Arrays in the more recent releases of PHP.
php.net/manual
<< You're webhost might be using a different version of PHP than you are (an older version). >>
No - they have a more recent version 4.2.1. I'll check up on Global Arrays
Then it's probably you're register globals setting in php.ini is set differently from your webhost. They might be using global arrays.