newbie question: php search script

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
mrpaulfrank
Forum Commoner
Posts: 33
Joined: Sun Jun 23, 2002 3:39 am

newbie question: php search script

Post by mrpaulfrank »

i have a mysql database and need code that will search the database and display results according to the column field it searches. an existing (fully functional) one would be fine as would the instructions on how to hand code one. i need to learn how to display a certain number of results per page and how to display a related picture with result (each result will have its own thumbnail image). suggestions? code? thanks!
Hebbs
Forum Commoner
Posts: 43
Joined: Mon Apr 22, 2002 9:34 pm
Location: Perth, Western Australia

Post by Hebbs »

Try the following for completed php scripts, there is something here for almost everyone:

http://www.phpclasses.org

Whilst this is a very good site, I would suggest you need to learn how to code up yourself, in the meantime this site provides some very good examples that you can use or modify to suit your own needs.

Either way, you will need some scripting ability. :wink:

Hebbs
Post Reply