RE: create connection from html form into insert MySQL data script

2004-09-08 Thread Maxipoint Rep Office
-Original Message- From: Eduardo Vázquez Rodríguez [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 2:02 AM To: Maxipoint Rep Office Cc: Charles K. Clarkson; [EMAIL PROTECTED] Subject: Re: create connection from html form into insert MySQL data script I think he is from

RE: create connection from html form into insert MySQL data script

2004-09-08 Thread Charles K. Clarkson
Maxipoint Rep Office [EMAIL PROTECTED] wrote: : : Charles [mailto:[EMAIL PROTECTED] wrote: : : : : Maxipoint Rep Office [EMAIL PROTECTED] wrote: : : : : : : : my $turistobjekt = dadas; : : : my $adresa = sdasdasdfADRESA; : : : my $brojgrada = 1; : : : my $grad = 1; : : : my $manjemjesto = 1; :

create connection from html form into insert MySQL data script

2004-09-07 Thread Maxipoint Rep Office
I am successful insert data in MySQL with code below: #!/usr/bin/perl -w use strict; use DBI(); use CGI; use HTML::Template; # Connect to the database. my $dbh = DBI-connect(DBI:mysql:database=MYDABASE;host=localhost, MYDBUSERNAME, MYPASS,

RE: create connection from html form into insert MySQL data script

2004-09-07 Thread Charles K. Clarkson
Maxipoint Rep Office [EMAIL PROTECTED] wrote: : I am successful insert data in MySQL with code below: I am having trouble understanding your message. I assume English is not your first language. : #!/usr/bin/perl -w : use strict; Great start! : use DBI(); : use CGI; : use

RE: create connection from html form into insert MySQL data script

2004-09-07 Thread Maxipoint Rep Office
-Original Message- From: Charles K. Clarkson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 1:06 AM To: 'Maxipoint Rep Office'; [EMAIL PROTECTED] Subject: RE: create connection from html form into insert MySQL data script Maxipoint Rep Office [EMAIL PROTECTED] wrote

Re: create connection from html form into insert MySQL data script

2004-09-07 Thread Eduardo Vázquez Rodríguez
PROTECTED] Sent: Wednesday, September 08, 2004 1:06 AM To: 'Maxipoint Rep Office'; [EMAIL PROTECTED] Subject: RE: create connection from html form into insert MySQL data script Maxipoint Rep Office [EMAIL PROTECTED] wrote: : I am successful insert data in MySQL with code below: I am having trouble

Re: create connection from html form into insert MySQL data script

2004-09-07 Thread Gunnar Hjalmarsson
Maxipoint Rep Office wrote: I am successful insert data in MySQL with code below: Message from comp.lang.perl.misc forwarded FYI: Original Message Subject: Re: create connection from html form into insert MySQL data script Date: Wed, 08 Sep 2004 03:14:12 +0200 From: Gunnar