Ramki
05-09-2006, 04:55 AM
I'm using post to send the variable,as below:
<form name="createquery" method="post" action="runquery1.php">
...then passing values as below:
echo "<input readonly name=\"query1\" value=$query1 size=$qsize >";
?>
...and then using a submit button. Is it correct.
<input type="submit" value="Run" >
Edit/Delete Message
<form name="createquery" method="post" action="runquery1.php">
...then passing values as below:
echo "<input readonly name=\"query1\" value=$query1 size=$qsize >";
?>
...and then using a submit button. Is it correct.
<input type="submit" value="Run" >
Edit/Delete Message