in reply to Not working in IIS and it is very Insecure
Hi,
Yes, knowing that it's insecure is no excuse, fix it!
Besides the fact that the connection data shouldn't be in the cgi script itself, it should be read from a configuration file, that's it's better to use RaiseError so that you don't need to check every time if something went wrong in the last query; that you should use CGI module for getting the parameters, etc... that using that way of handling input will bring you soon to problems with SQL Injection, see placeholders in DBI module. Take a look at the code itself because this while doesn't make much sense...
Regards,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Not working in IIS and it is very Insecure
by raviguhani (Initiate) on Aug 19, 2007 at 18:26 UTC | |
by robot_tourist (Hermit) on Aug 20, 2007 at 10:41 UTC |