why don't you just echo $xxxdlc?
Sandino Reviewed by Sandino on . need help with basic sql statement am i correct function GetDownloadCount() { if($dlsql = mysql_connect($GLOBALS, $GLOBALS, $GLOBALS) and mysql_select_db($GLOBALS, $dlsql)) { $dla = mysql_query("SELECT * FROM pl_dl WHERE dltext='dlcounts' "); $infdl = mysql_fetch_array($dla); $xxxdlc = $infdl+1; Rating: 5