Link to home
Start Free TrialLog in
Avatar of HTMHelL
HTMHelL

asked on

multiple selection search

On a linux server I'd like to have a file containting data about different trucks (brand:model:year:price:details) and via a web page I'd like users to be able to choose from a set of check boxes or drop down lists the parameters they'd like to search for (a ford, 1997, $20,000 - $25,000) and all the info about the truck extracted and displayed on a page with the trucks picture. Super confusing to me but I'd love all the help I can get.  I have no idea about CGI and I'm not even sure if this is the best method but it seemes appropriate to me.  :)  I get the feeling that this answer is going to contain a huge script so if anyone one who has an answer could upload it to a site so I can demo it.....it would be much appreciated (if it's any easier)
Avatar of stormerider
stormerider

Take a look at Perl (CGI Programming with Perl 5, Sams Net, by Eric Hermann). Then write your own.
If you have even code in C try PHP3 on http://www.php.net
Its a module to include "C like" code in your html, it can access to a lot of database formats and genered part of the page on the fly. With a little experience in C and SQL you can do wonderful site...
hope to help you
I agree with stormerider
Take a look at Perl (CGI Programming with Perl 5, Sams Net, by Eric Hermann). Then write your own.

What u need is ONLINE SHOPPING CART and the script is available at selena.mcp.com from Selena Sol's CGI collection  FREE

I could do it for u but what is the fun when u can test it ur self
Avatar of HTMHelL

ASKER

And you reckon that's worth 150?
ASKER CERTIFIED SOLUTION
Avatar of Spo0n
Spo0n

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial