Jump to content

php query


dools

Recommended Posts

This is what i have so far....

<html>
<body>
<head> Query1 </head>
<br> Please select a Clinic: </br>

<Form action = "query1.php" method= "post">

<select>
<select value= "valuelist">;
<option value= "Falls Road Surgery">Falls Road Surgery</option>
<option value= "Ballyowen Health Centre"> Ballyowen Health Centre</option>
<option value = "Carrick Hill Medical Centre"> Carrick Hill Medical Centre</option>
<option value = "Hillhead Surgery"> Hillhead Surgery</option>
</select>
<INPUT TYPE = "Submit" Name = "Enter" VALUE = "Enter">


</form>
</body>
</html>

Link to comment
https://forums.phpfreaks.com/topic/231498-php-query/#findComment-1191345
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.