- Code: Select all
print_r($_POST);
I can't see what is going wrong at this time.
Greetz Daan
Moderators: macek, egami, gesf
print_r($_POST);killabine wrote:hello,
i just installed php4 on my apache2.0 server. it workes fine, sorta..
when i try to get a variable sent via POST, i get this:
[value][name]=[value] combination
ie:
<input type="text" name="user">
say i type in, John, and if i try to get the "user" variable:
print $_POST['user'];
i get this in the web browser:
Johnuser=John
i also tried registering globals, and tried
print $user;
but i got the same result.
does anyone know how to fix this?
thanks

Users browsing this forum: No registered users and 1 guest