PHP/MYSQL Q

admin

Administrator
Staff member
Hi,

I'm just learning PHP and am having trouble. I have the following HTML form (called journey.php)...

<FORM ACTION="journey.php" method="POST">

<SELECT NAME="start ">
<option value=http://www.phpbuilder.com/board/archive/index.php/"heythrop" >Heythrop Drive
<option value="acklam" selected>Acklam
</SELECT>

<SELECT NAME="destination">
<option value="town" selected>Town Centre
<option value="linth">Linthorpe Road
</SELECT>

<INPUT TYPE="submit" VALUE="Submit">

I need to produce a select query based on what the user selects and then store the results somehow.

Many thanks.
 
Back
Top