Showing Visitor Messages 1 to 1 of 1
-
hi i ve a query to all please help me out?
<?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>
i ve uploaded this php program in godaddy server. The problem i face is the first time the value is posted if i click the submit button second time the value is not posted?
Is their any wrong in my coding? Please help me out. Past three days i am trying out but i could not trace it out please help me out.
Advance thanks
B. Janakiraman