Posts tagged mysql
Q&A: ANY OPEN SOURCE CODE FOR A MYSQL DATABASE SEARCH ENGINE?
Jan 17th
Question by robot:
any open source code for a mySQL database search engine?
i need a search engine for my newly built mySQL database. Any good open source code out there for me?
thank you very much.
Read More >>
PHP, HOW DO YOU CREATE A SEARCH ENGINE THAT WILL SEARCH A SPECIFIC MYSQL TABLE?
Dec 24th
Question by detroitkid17:
PHP, How do you create a search engine that will search a specific mysql table?
Read More >>
HOW TO CREATE A SEARCH ENGINE USING PHP AND MYSQL ON A WEBSITE?
Oct 4th
Question by serex j:
how to create a search engine using php and mysql on a website?
Read More >>
HELP CREATING A MYSQL SEARCH ENGINE?
Aug 17th
Question by Dave:
Help creating a mysql search engine?
I want to create a tiny form that grants people to search through values on the mysql table. I want it to be if you type in a<3 it will insert it in the section after WHERE.
Example: $ data = mysql_query( ” SELECT * FROM table WHERE $ search ” ) (extra space added)
where $ search is where the search value is being stored
What would the form look like and the script i would have to make to achieve this?
This is only going to be shared with people who could be trusted. Its not going out to the public. Can you give me an idea on how to make the form and script?
Read More >>
MYSQL SEARCH ENGINE NEEDED?
May 30th
Question by delay:
MYSQL search engine needed?
I am looking for a script preferably in PHP that will search through records contained in a mysql database. I am looking for something that has a superior search algorithm than mysql built-in fulltext search capabilities. The script can be commercial or freeware. I want something that will essentially act like google for the records in the mysql database.
Thanks for any info.
-Delay
Read More >>
Q&A: WHERE DO I FIND COMPLETE TUTORIAL ABOUT BUILDING DYNAMIC SEARCH ENGINE COMBO BOXES IN PHP AND MYSQL?
Feb 26th
Question by Emy:
Where do i find complete tutorial about building dynamic search engine combo boxes in php and mysql?
Where do i find complete tutorial about building dynamic search engine combo boxes in php and mysql,wherein information are from the database? I have three combo boxes and i want to populate it from the data on the database.and when user click the search button answers are generated based on what is being chosen on the combo boxes list of values.
Read More >>
I NEED YOUR HELP TO BUILD A SEARCH ENGINE USING PHP MYSQL?
Jan 8th
Question by mohd s:
i need your help to build a search engine using PHP Mysql?
i want to know how should the engine search the internet
for example can i use DNS so the engine can search it ????
Read More >>
HOW TO CREATE A SEARCH ENGINE LIKE EBAY OR TROVIT USING PHP AND MYSQL?
Nov 18th
Question by Prem:
how to create a search engine like ebay or trovit using php and mysql?
Hi all
i am trying to create a search engine similar to trovit where i can search within a search result using the filters provided, could someone guide me or refer me to a tutorial / topic relating to my query?
TIA
Read More >>
MYSQL QUESTION< CAN YOU HELP?
Aug 31st

i have a PHP script with a sql statement that accesses a database. this script will pull each record, however. If i wanted i could restrict the records to be pulled to let us state 20 per page.
now the question: i wish to create a “”click next” button so that the user can navigate to the next 20 then next 20 and so on. how can i go by doing that? if i had 1 million records, of course when the user runs the script he or she will see a large large page and will take time for dquery to run. what is the solution here?
of course i have a search engine, which will help search by certain criteria, but i wish the user to access the whole data as well.
Xizzi, thanks a lot, that should definitely help, up to the point. Good place to spend the weekend for me ![]()
great answer.
Bernz, good points, thanks a lot.
didnt know dreamweaver could do that, seems like it is time for me that i used it.
Read More >>
ANY OPEN SOURCE CODE FOR A MYSQL DATABASE SEARCH ENGINE?
Jun 8th
i need a search engine for my newly built mySQL database. Any good open source code out there for me?
thank you very much.
Read More >>