> 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,
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
> -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
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... the user type what he wants in the fields,
and these values are sent to some variables... Then, I´d like