hi all
i am having a post problem. i have 2 files test.php and test1.php.
test.php looks like:
<html>
<head>
<title>
</title>
</head>
<body>
<form method=post action=test1.php name=ttfo>
<input type=text size=20 name=tt>
<input type=submit>
</form>
</body>
</html>
and test1.php looks like:
<?php
echo $tt;
?>
MY problem is $tt is not priting anything.
I am using Red hat 8 with it's default apache installation with php.
Thanks
Paras.