bobafifi has asked for the wisdom of the Perl Monks concerning the following question:
I then post the ads to MySQL by copying and pasting the INSERT INTO statements into "Run SQL query/queries" window on the phpMyAdmin interface provided by my host and hitting "GO."INSERT INTO `mysql_db` (`Title`, `Email`, `City`, `State`, `Country`, `URL`, `Date`, `Description`, `rid`, `dt_create`, `publish` ) VALUES ('Test', 'example.com', 'Sebastopol', 'Ca', 'USA ', ' ', 'Friday, February 13, 2004 ', 'Test', '', 'NOW()', 0)
# anyhow...something like that perhaps??$guestbookreal = substr( $sth = $dbh->prepare($guestbookreal) execute);
Edited by BazB: added code tags
|
|---|