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 cre

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: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >h

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: > > > > > > > > > > > > > > > > > > > > > > > > > >how do I go about extracting a surname from a mysql database? > > > > > > > >will it be something along the lines? > >

Re: [PHP] simple php search

2003-12-05 Thread Sophie Mattoug
Paul Duggan wrote: if I create a text box: 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; "SELECT firstname, surname FROM employees WHERE surname = '{$_G

[PHP] simple php search

2003-12-05 Thread Paul Duggan
if I create a text box: 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 to search