when importing XML RSS into mysql tables, I use a perl script with DBI, XML:Simple, LWP, ...
the issue:
$description="György";
my $sth = $dbh->prepare( q{ INSERT INTO `testdb` (`description`) VALUES (?) });
$sth->execute($description);
after the scripts runs, in mysql table, I always get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.