Pulling out some result data from MYSQL

Posted on 16th Feb 2014 by admin

Hey Guys,

I've built a PHP page that has a for just imagine something like registration form, So obviously it posts data into my table in my DB, So Now what I’m trying to do is creating a form that show me the whole row by entering one or more of the fields
For example:
I want to look for David Thomson Cell#:88888, But I only know his first name, so I’ll use his first name in the form and click submits, in the next page I have to see a list of those members that has the first name David.

Results:
David Jones 9292838
David Thomson 888888
David James 7872726


Thanks

Other forums