RE: Variable Value into MySQL DB

2004-12-27 Thread Ron Goral
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, December 27, 2004 12:08 PM > To: beginners@perl.org > Subject: Variable Value into MySQL DB > > > Hi guys, > > I´m having kind´a problem... Here´s the deal... I´m using CGI so that the > user can, b

Re: Variable Value into MySQL DB

2004-12-27 Thread Joe Mecklin
On Mon, 27 Dec 2004 16:08:20 -0200 (BRST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi guys, > > I´m having kind´a problem... Here´s the deal... I´m using CGI so that the > user can, by a browser, type the data that must be recorded into the > database. > I use CGI library to do that... t

Re: Variable Value into MySQL DB

2004-12-27 Thread Jonathan Paton
> Then, I´d like to record these variables values in the db... > But I just can´t get it done! There is something more important (IMHO) than just having working code. Your code appears to have no concern for security, and could be used to compromise your server. You SHOULD enable Taint checking,