I am changing servers to my new inhouse server. I was in a older version of php now I have php 4. My code all worked fine on the old server. on the new server all the php pages seem to be working fine, but the variable don't transfer to flash. Does anyone now how to fix this? do I need to use _post_vars or something? previously I was just using echo to pass the variable.
Thank you!
Q$
Problems going to PHP 4 with php and flash
Moderator: General Moderators
-
QdollarSign
- Forum Newbie
- Posts: 5
- Joined: Fri May 20, 2005 1:30 pm
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Links you might find usefull
http://ca3.php.net/variables.predefined
http://ca3.php.net/register_globals (which is now turned OFF by default) which is causing your problem.
http://ca3.php.net/variables.predefined
http://ca3.php.net/register_globals (which is now turned OFF by default) which is causing your problem.
-
QdollarSign
- Forum Newbie
- Posts: 5
- Joined: Fri May 20, 2005 1:30 pm
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
-
QdollarSign
- Forum Newbie
- Posts: 5
- Joined: Fri May 20, 2005 1:30 pm