I'm using post to send the variable,the variable contains,
$query1="stremname,stream_id,resoluiton";
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