Feldon23
Why am I getting this error message?
Parse error: parse error, expecting `']'' in /home/whatnott/public_html/order.php on line 1878
This is what the code looks like. Do you see anything wrong with it?
echo "<input type=\"hidden\" name=\"bcity\" value=\"{$_POST['bCity']}\">";
Also, will it work the same if I get rid of the "" and \ like this?:
echo "<input type=hidden name=bcity value={$_POST['bCity']}>";
Thanks.