Search found 1 match

by 8370
Fri Jul 11, 2003 11:34 am
Forum: PHP - Code
Topic: I can not read $_POST
Replies: 7
Views: 2554

I can not read $_POST

Hello!

I have a form with method post, action ="show.php" and a text field named "txt". But when i use

Code: Select all

print($_POSTї"txt"]);
in
show.php it doesn't display any thing. I have track_vars and
register_globals enabled in php.ini.

Thanks.