I have PHP 4.1 installed on Windows XP.
Before I was running my sites off of a Linux server with PHP 3 running and never had any problems.
Now I keep getting
Warning: Undefined variable: perspm in \apache\apache\htdocs\tio\ecp.php on line 306
for various variables.
When I add
global $persmp;
at the beginning of the file it works fine.
But I didn't have to do this before with Linux......and register_globals is On in the php.ini
Do I have to global all my variables when I'm using Windows XP as my server os? or have I forgotten to change a setting in the pHP install?
Thx, Zimm