
March 21st, 2000, 10:17 AM
|
|
Junior Member
|
|
Join Date: Mar 2000
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Im building a website where ppl can upload and retrieve documents. The data beloning to that document like author and title are put in a database,at the moment im implementing the search option but i cant seem to get parameter in a SELECT statement, example
SELECT * FROM DOCUMENT
WHERE DocName="$cgi_data{'search'}"
While the parameter is filled it doesnt seem to have affect. Anyone ideas?
For i forget im using Perl and DBI to acces my database. If i didnt explain anything right pls tell me so i can explain.
Tnx in advance,
Thijs Hodiamont AKA BuTcH!
|