http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html
Paul Duggan wrote:
is anyone away of any tutorials as I'm having difficulty constructing the
remainder of my code. Thanks for the replies!
"Paul Duggan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
if I create a text box:to
<body>
<form action="nextpage.html" method="GET" name="myform">
<input type="Text" name="surname" align="TOP" size="25"><br>
<input type="Submit" value="Submit" align="MIDDLE">
</form>
how do I go about extracting a surname from a mysql database?
will it be something along the lines?
select firstname,surname from employees where surname = textbox.surname;
new to this so im trying to get my head around it, basically i just want
search a mysql database by someones surname.
cheers!
--
+-----------------+-----------------+----------------+ | Blake Schroeder | Owner/Developer | lhwd.net | +--(http://www.lhwd.net)------------+--/3174026352\--+
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php