[PHP] simple php search

2003-12-05 Thread Paul Duggan
if I create a text box: body form action=nextpage.html method=GET name=myform input type=Text name=surname align=TOP size=25br 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

Re: [PHP] simple php search

2003-12-05 Thread Sophie Mattoug
Paul Duggan wrote: if I create a text box: body form action=nextpage.html method=GET name=myform input type=Text name=surname align=TOP size=25br 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

Re: [PHP] simple php search

2003-12-05 Thread Dimitri Marshall
Sophie Mattoug [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Paul Duggan wrote: if I create a text box: body form action=nextpage.html method=GET name=myform input type=Text name=surname align=TOP size=25br input type=Submit value=Submit align=MIDDLE /form how

Re: [PHP] simple php search

2003-12-05 Thread Eric Bolikowski
Dimitri Marshall [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Sophie Mattoug [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Paul Duggan wrote: if I create a text box: body form action=nextpage.html method=GET name=myform input type=Text

Re: [PHP] simple php search

2003-12-05 Thread Eric Bolikowski
Eric Bolikowski [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Dimitri Marshall [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Sophie Mattoug [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Paul Duggan wrote: if I create a text box: body