Hello,
Ok, here is the scoop, I am a newbie and would greatly appreciate any help you could give.
I have a number of dropdown selectors which are used to search through a database. The default for these hand full of selectors is a wildcard. The variables are set up at the beginning of the results page assigning with $_POST. I am using the following query to bring up a recordset:
"SELECT 'Manufacturer', 'Model/Trim', 'Country', 'Model Year', 'Monitored TM System', 'TM Module Embedded', 'Device Integration', 'E-Call/ACN', 'E-Call/SOS', 'B-Call/Road-Side Assist', 'Remote Diagnostics', 'Door Unlock', 'E-mail', 'Concierge', 'Real-Time Traffic', 'On Board Navi Enable', 'Info Services/Content', 'Web Portal', 'TSP'
FROM 'Master Table'
WHERE Manufacturer = '$varManufacturer', Model/Trim = '$varModel', Country = '$varCountry', Model Year = '$varYear', TSP = '$varTSP'";
All this makes me want to cry...What should I default the 'wildcard' to? Can I just use a *?
Thanks,
Pro777
Ok, here is the scoop, I am a newbie and would greatly appreciate any help you could give.
I have a number of dropdown selectors which are used to search through a database. The default for these hand full of selectors is a wildcard. The variables are set up at the beginning of the results page assigning with $_POST. I am using the following query to bring up a recordset:
"SELECT 'Manufacturer', 'Model/Trim', 'Country', 'Model Year', 'Monitored TM System', 'TM Module Embedded', 'Device Integration', 'E-Call/ACN', 'E-Call/SOS', 'B-Call/Road-Side Assist', 'Remote Diagnostics', 'Door Unlock', 'E-mail', 'Concierge', 'Real-Time Traffic', 'On Board Navi Enable', 'Info Services/Content', 'Web Portal', 'TSP'
FROM 'Master Table'
WHERE Manufacturer = '$varManufacturer', Model/Trim = '$varModel', Country = '$varCountry', Model Year = '$varYear', TSP = '$varTSP'";
All this makes me want to cry...What should I default the 'wildcard' to? Can I just use a *?
Thanks,
Pro777