Getting Variables to Work

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Erchamion
Forum Newbie
Posts: 1
Joined: Mon Mar 10, 2003 11:53 pm

Getting Variables to Work

Post by Erchamion »

I recently updated my version of Apache to 1.3.27 and PHP to 4.3.1. I noticed right away that most of my PHP programs were broken on my machine b/c the php files could receive the variables submitted to them by forms. All other functionality and declared variables work fine.

Is it possible that Apache has a feature that shuts off variable transfer for action POST/GET or might there be a problem with PHP itself?

Cheers!
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Have you read this:
viewtopic.php?t=511

Mac
Post Reply