I am tring to use this code
$query=$_GET["query"];
<input maxlength=2048 size=70 name="query" value="<?php echo "$query"; ?>" title="search">
but i came to a problem. If $query has quotes only a escape slash shows on the input field...
i tried stripslashes() but then it mixed up the html around...
i cant thing of anything else...