bufhal
06-14-2006, 01:37 PM
Hello, I hope someone can help point me in the right direction.
I am building a multi page form. The first page has three options(below). What I need is for the user, upon clicking the "Next Page" button be directed to either a supportscsi.php page, supportfibre.php page or a supportiscsi.php page, depending on what technology option they have chosen. I am unclear on what PHP code to put in the beginning of the form for form metod and post, the three options and the "Next Page" name section.
<FORM METHOD=POST ACTION="/techsupt2.php" NAME="register">
<select name="Technology">
<option value>-----Please select-----</option>
<option value="Fibre">Fibre Channel</option>
<option value="SCSI">SCSI</option>
<option value="iSCSI">iSCSI</option>
</select>
<input type="submit" value="Next Page" name="" />
I appreciate any help. Thank you in advance.
I am building a multi page form. The first page has three options(below). What I need is for the user, upon clicking the "Next Page" button be directed to either a supportscsi.php page, supportfibre.php page or a supportiscsi.php page, depending on what technology option they have chosen. I am unclear on what PHP code to put in the beginning of the form for form metod and post, the three options and the "Next Page" name section.
<FORM METHOD=POST ACTION="/techsupt2.php" NAME="register">
<select name="Technology">
<option value>-----Please select-----</option>
<option value="Fibre">Fibre Channel</option>
<option value="SCSI">SCSI</option>
<option value="iSCSI">iSCSI</option>
</select>
<input type="submit" value="Next Page" name="" />
I appreciate any help. Thank you in advance.