The Perl script I use is currently writing the
form results ($guestbookreal) to an html page
(http://usedflutes.com/new_listings_publish.html):
For example,
INSERT INTO `mysql_db` (`Title`, `Email`, `City`,
`State`, `Country`, `URL`, `Date`, `Description`,
`rid`, `dt_create`, `publish` ) VALUES ('Test',
'[EMAIL PROTECTED]', 'Sebastopol', 'Ca', 'USA ',
'http://bobafifi.com', 'Friday, February 13, 2004
', 'Test', '', 'NOW()', 0)
Can somebody please tell me how I need to change
the following code so that it will write the
results directly to MySQL instead??
$guestbookreal =
"/home/flute/usedflutes-www/new_listings_publish.html";
Many thanks in advance,
-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]