You are here: C97net • 5.02 Database Functions
A shortcut for mysql_fetch_array ()
function sql_fetch_array ($res_id, $allow_html = 1, $slash = 1)
This is a shortcut for mysql_fetch_array ().
$res_id = resource id from mysql_query().
$allow_html = when false, equals to strip_tags ().
$slash = when false, equals to strip_slashes ().
There is no comment. Why not be the first?