Hi, everyone, I have a PHP-MySql statements like this:
$query="select count(*) from table1"; $result=mysql_query($query); $count=mysql_result($result,0,0);
How can I get the $count using Perl language?
Thank you very much!
Rong
DONT BE LAME.. we all see your various posts on the same thing. THats annoying!