Page 1 of 1

newbie question: php search script

Posted: Thu Jun 27, 2002 6:35 pm
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!

Posted: Thu Jun 27, 2002 7:59 pm
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