php 5, $_GET works and $_POST don't. Why?

aeav

Member
Oct 18, 2004
6
0
151
I have installed php 4 and 5, but just $_GET method works, the $_POST don't works when I get the value with "var_dump()" it returns "NULL"
I allready try to change so many times the php.ini and I've had no results...

Can somebody tell me what's happening?

thank you all
 

aeav

Member
Oct 18, 2004
6
0
151
anyone knows?
I search at internet and I see that can be the mod_bandwidth of apache, can be?
 

Spiral

BANNED
Jun 24, 2005
2,018
8
193
Those are NOT the same arrays. Which one you use depends on exactly how the variables
are being passed to the script that is running.

See http://www.php.net documentation for more information

It is totally beyond me why people think you can use $_GET and $_POST interchangably!
 

aeav

Member
Oct 18, 2004
6
0
151
Spiral, this I know, but a client's using $_POST variable in yours script, so I need to make it works.

Somebody have more ideas?

thank you all