Im trying to make a hidden field to storre a variable so it can be viewable in the url (forms method is get) Heres some code, thanks
<?
echo "<input type=hidden name=\"CatName\" value=\"'.result['CatName'].'\">";
?>
I get a parse error, but all the parenthesis look in order