Search Code help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
oyedele
Forum Newbie
Posts: 17
Joined: Mon Jun 27, 2011 6:59 am

Search Code help

Post by oyedele »

I am a newbie in this forum and still working hard to learn php. Presently, i am working on a mini project which i'm finding some little difficulties there. Please, kindly help me write a php code that would search the database and show the search result after clicking on the submit button. You are free to assume any database field in the query section. This i will appreciate if any1 cud help me out in this.
It's Urgent...
Thanks very much as the professionals on dis forum helps me out...
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Search Code help

Post by social_experiment »

This is probably a topic for the Job Hunt section ;)
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Dodon
Forum Commoner
Posts: 64
Joined: Wed Aug 03, 2011 4:11 am
Location: Netherlands

Re: Search Code help

Post by Dodon »

This is basic PHP + MySQL knowledge which you can find within 2 secs if you type in it in google.

check out this link how to do it: link

also link 2
Post Reply