Search found 6 matches
- Mon Dec 03, 2007 5:44 pm
- Forum: PHP - Code
- Topic: Extended Search Results
- Replies: 1
- Views: 280
Extended Search Results
I have a search results page the returns information based on a simple search. <html> <style type="text/css"> <!-- a:link { color: #0000FF; text-decoration: none; } a:visited { text-decoration: none; color: #FF0000; } a:hover { text-decoration: none; color: #FF0000; } a:active { text-decor...
- Thu Jun 21, 2007 8:55 pm
- Forum: PHP - Code
- Topic: Automatically show number of rows
- Replies: 1
- Views: 480
Automatically show number of rows
I have a form for registrations and at the top of the form (outside te form <> ) I have the following "As of (Date) we have (Number) Expressions of Interest" Where date is the date of the computer being used (based on clock) Where number is the number of rows already in circusart db from...
- Sat Jun 09, 2007 8:51 pm
- Forum: PHP - Code
- Topic: Search page using mysql db
- Replies: 3
- Views: 535
Help with search
Actually I can create the [s]frm[/s] form to do the search so its [s]jt[/s] just the other three areas that I need help with 11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or thos...
- Sat Jun 09, 2007 8:49 pm
- Forum: PHP - Code
- Topic: Search page using mysql db
- Replies: 3
- Views: 535
Hi bdlang, I guess the four things you mentioned are what I need done. They were: - A form to submit search parameters. - PHP to receive that form and logically determine which columns to search on. - Create an SQL statement based on that logic. - Execute the query, display the results. I cannot fig...
- Sat Jun 09, 2007 3:12 am
- Forum: PHP - Code
- Topic: Search page using mysql db
- Replies: 3
- Views: 535
Search page using mysql db
I have a mysql db with several linked tables in it. Does anyone know where a good tutorila is on how to create a search page to return results in a table format? These are the tables: company countries course_titles course_type employee_level experience_level hours industries position reg_type wage_...
- Sat Jun 09, 2007 3:08 am
- Forum: PHP - Code
- Topic: mysql dump file into a php search page
- Replies: 2
- Views: 613
mysql dump file into a php search page
I would like to make a search page out of the following sql tables. Can anyone give me assistance on how Iwould do this. I only want to search using company, position and country for now. <?php $sql = array ( 0 => 'Database worktest running on localhost CREATE TABLE `company` ( `companyid` varchar(2...