MySQL Forums
Forum List  »  PHP

TEXT SEARCH
Posted by: Kostas Tsirigos
Date: July 29, 2005 11:41AM

Hello everyone
I just wanted a hint on how to begin...

I have a Mysql database ready and running and I need to extract data from multiple fields. In particular, I have an HTML page with several fields where the user can insert text queries which can also be combined.
For example, the user can search in 4 fields and also combine the results in order to get a more specified final result.
Do I need multiple SQL queries for each field of the form???? How will they be combined???

If the page looks like this:

http://etrieve_text.php?name=BLABLA&gene=&organism=BLABLABLA&address=BLA&Submit=Submit+query

how does this work?
I see it on other, similar to mine, webpages and I think that's what I need to do, I just don't know where to start from.

Any advice would be very useful.

Options: ReplyQuote


Subject
Written By
Posted
TEXT SEARCH
July 29, 2005 11:41AM
July 31, 2005 03:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.