Hmm, I'd actually suggest re reading the CGI documentation.
You don't print a HTTP header:
print header;Here you do it "by hand", even though you are using CGI
You are trusting user input, $QueryString could contain something nasty. See Placeholders and Bind Values from the DBI documentation.
In addition to reading CGI and DBI I'd also suggest reading Ovid's CGI Course, as well as taking a look at some of the other topics in the CGI Programming section of tutorials.
Martin
In reply to Re: Getting a query string.
by marto
in thread Getting a query string.
by Eagle_f91
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |