Ask a Question related to Dreamweaver AppDev, Design and Development.
-
mduke #1
PHP MySQL search same name in multiple dbase fields
How do I search two fields (e.g., "lastName" and "maidenName") using one name
(but can be more than 1 word) so one can find a record for a woman for whom
only their maiden name is known (i.e., don't know married name). I'm guessing
it's something like:
WHERE lastName LIKE 'searchvar' OR maidenName LIKE 'searchvar'
but I'm not sure of the syntax for capturing the variable being passed from
the initial search page (via URL).
mduke Guest
-
One Search String/Multiple Fields
Hello! What I am trying to do is create a query page for my users that allows them to enter one search string (var=#string#) and then click... -
What is the most efficient way to connect to a MySQL dbase?
I am setting up a data driven site and I will be using MySQL. What is the best connection method to use. (ADO, etc..) It will be hosed on a W2K... -
Search multiple keywords across multiple fields
Hi, I'm about halfway through building a search engine using ASP, SQL and Access. As part of that search engine I need to search multiple... -
SQL Search Multiple Fields ??
James wrote: Yes. Well, just execute this SQL statement using the PHP extension for the SQL server you're using. By the way: how does... -
Access Combo Box search allowing seacr on multiple fields
Question: In a table the first field is the Customer number and the second field is the Customer name. I want to create a single combo box so it...



Reply With Quote

