
06-16-2008
|
| New Foot Prints
Join Date: Jun 2008
Posts: 5
BRL$: 0 Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 | | Re: PHP in HTML and GoDaddy hi this is janakiraman i have a problem with godaddy.com
<?php
echo "<pre>";
print_r($_POST);
print_r($_REQUEST);
// print
?>
<html>
<head>
<title>
Testing post values
</title>
</head>
<body>
<form name="frm" method="post" action="test_post.php">
<input type="text" value="" name="txt1"/>
<input type="submit" name="test" value="Submit" />
</form>
</body>
</html>
when i run this program in the godaddy server first time the value is get posted. if i submit second time the value is not posted? Is anything wrong in my coding. Please help me out.
Advance thanks
Janakiraman | | | | | |