yet another passing variables question
Posted: Thu Feb 27, 2003 4:40 pm
I would like to pass the variable $identbook's value to the next
page. All I get is the variable name as the value sent. I've tried
various combo's of quotes, double quotes.
Thanks
<form method="get" action="getbook.php">
<input type="submit" name="Confirm" value="Confirm your selection">
<input type="hidden" name="bookid" value=$identbook>
</form>
page. All I get is the variable name as the value sent. I've tried
various combo's of quotes, double quotes.
Thanks
<form method="get" action="getbook.php">
<input type="submit" name="Confirm" value="Confirm your selection">
<input type="hidden" name="bookid" value=$identbook>
</form>