SHARING MY KNOWLEDGE
$result = mysql_query("SELECT * FROM MyTable");$rows = mysql_num_rows($result);echo $rows;
No comments:
Post a Comment