You don't have an account yet?
Become part of our PHP community and register now...
$sql = "SHOW COMMENT FROM `tabelle`"; $result = mysql_query($sql); $row = mysql_fetch_row($result); print $row[0];
Comment