Posted by Garry Jones on 04/24/06 03:45
In form 1 I have a combo box where the user picks a number
<select NAME="deltcnt">
<option VALUE="1">1
<option VALUE="2">2
....
<option VALUE="99">99
Form 1 is processed by form 2 where I assign a variable to this number with
<? $vtcnt = $_POST["deltcnt"]; ?>
Form 2 is then processed by form 3.
Is there a simple way to call up this variable and display it on Form 3?
Garry Jones
Sweden
Navigation:
[Reply to this message]
|