maverickminds Posted August 9, 2006 Share Posted August 9, 2006 Hello,I need some help regarding the above said issue:1. I have a database and i provide a user the option to search in the database and then display the results. The results are hyper linked i.e they should be linked to the actual information and when the user clicks on the result the actual information should be popped up.Can some one point me to script to do this. Link to comment https://forums.phpfreaks.com/topic/17061-searching-in-mysql-database-and-display-the-results/ Share on other sites More sharing options...
Caesar Posted August 9, 2006 Share Posted August 9, 2006 What you speak of, entails merely learning the basics of php. You came here, so I will asume you are at the very least, of average intelligence. ;) Try looking through -> http://www.php.net. There is lots of usefull information with great (working) examples of code. Good luck. Link to comment https://forums.phpfreaks.com/topic/17061-searching-in-mysql-database-and-display-the-results/#findComment-72056 Share on other sites More sharing options...
ronverdonk Posted August 9, 2006 Share Posted August 9, 2006 How much code do you already have for this? Or are you looking for a complete solution? Link to comment https://forums.phpfreaks.com/topic/17061-searching-in-mysql-database-and-display-the-results/#findComment-72063 Share on other sites More sharing options...
hitman6003 Posted August 10, 2006 Share Posted August 10, 2006 These two tutorials will help you with what you want:Full text MySQL searches:http://www.phpfreaks.com/tutorials/129/0.phpPaginating the results of your search:http://www.phpfreaks.com/tutorials/73/0.php Link to comment https://forums.phpfreaks.com/topic/17061-searching-in-mysql-database-and-display-the-results/#findComment-72193 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.