|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
Looking for simple script
I'm looking for a simple program/script for a website. I can set up a Mysql database and tables. I just want an easy to use script to let my site users add info to the mysql databases, and do a search for categories, names, etc. For example, I am setting up a recipe/cookbook database, and another for employer job listings, and resumes. Both need a script for users to add to the database, and perform a search. I've looked at several scripts, but they arent what I want or dont function correctly. Any suggestions are appreciated.
|
|
#2
|
|||
|
|||
|
RE: Looking for simple script
Search on www.hotscripts.com they'll most likely have the script that you want on their.
|
|
#3
|
|||
|
|||
|
RE: Looking for simple script
i've found one to add to the db like i want it to, so i'm ok there...now i need a way to let users search the db, using keyword, dropdown box, etc.
|
|
#4
|
|||
|
|||
|
RE: Looking for simple script
Now, same on hotscripts again, search for search box's, orcheck through the search files up for download of check for a tutorial.
Youre best off with the tutorial coz ur learning AND getting thescript you want |
|
#5
|
|||
|
|||
|
RE: Looking for simple script
OK, absolutely nothing is working as far as being able to search mysql with a keyword.I have tried at least a dozen scripts, nothing is helping. Do the fields in mysql need special settings are far as index, primary key, etc.?
The table is for job listings, and has the following fields: id, company, phone, location, website, first, last, fax, email, position, experience, duties, addinfo. I want to be able to let users search in company, location, position, & experience with one or 2 keywords. Someone please help...I'm ready to give up. |
|
#6
|
|||||
|
|||||
|
RE: Looking for simple script
Ok, here is what I have. For the job listings, a company enters basic info into a form, and that form inserts that info to mysql with no problem. To show the listings in the database, this is the script I have.
php Code:
This works fine to show all the ads in the database. What I would like to do is add a textbox/keyword search to it, and have that search cover the fields of company, location, category, position, experience, and duties. Also, the search will bring up not just the keyword it looked for, but the entire ad/listing that the keyword is in, or else a link that will display the entire ad. I have tried using a keyword search with it but I must not be setting it up right. Also, I would like something similair that uses a dropdown list to search only one field, for another table with recipes. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Looking for simple script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|