Just to clarify a bit more (perhaps...), I
already have: 

#!/usr/bin/perl
use DBI;

=====
and 
=====

$dbh = DBI->connect
("DBI:mysql:host=localhost;database=my_db",
 "my_id", "my_password",
 {PrintError => 0, RaiseError => 1});

=====

preceding the

$guestbookreal =
"/home/flute/usedflutes-www/new_listings_publish.html";

part of the script.  Since the script is already
generating an INSERT statement (at least one I
can "copy & paste" the results into the
phpMyAdmin interface) that works, I'm wondering
how (or if) it's possible to change the
"/home/flute/usedflutes-www/new_listings_publish.html";

part of the code so that the INSERT statement
will execute instead? 

Thanks again,

-Bob


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to