gerrygerry
04-22-2002, 11:40 PM
I am trying to use phpMyAdmin to administer my MySQL databases. This is the first time I have every set up PHP, MySQL, and Apache, although I have lots of experience prgramming with PHP and I have used phpMyAdmin for years.
For some reason, it appears as though any data passed to php via the "post" method is discarded! This renders phpMyAdmin (along with many scripts I have run on other servers) completly useless!
How can I make PHP recognize these posted variables?!?!
I think the problem might be with "always_populate_raw_post_data", which according to phpinfo(), is set to false. Is this the problem? Where can I set this to true?
Thanks for any help you can give!
For some reason, it appears as though any data passed to php via the "post" method is discarded! This renders phpMyAdmin (along with many scripts I have run on other servers) completly useless!
How can I make PHP recognize these posted variables?!?!
I think the problem might be with "always_populate_raw_post_data", which according to phpinfo(), is set to false. Is this the problem? Where can I set this to true?
Thanks for any help you can give!