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"]);show.php it doesn't display any thing. I have track_vars and
register_globals enabled in php.ini.
Thanks.
Code: Select all
print($_POSTї"txt"]);