I need sum! to show me how i can fetch browser ino from members on my site.
im using this code <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>$nopl = mysql_fetch_array(mysql_query("SELECT browserm FROM ibwf_users WHERE id='".$who."'"));
echo "Browser: $nopl[0]
";</div>
and then theres the table value. can any1 help?
im using this code <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>$nopl = mysql_fetch_array(mysql_query("SELECT browserm FROM ibwf_users WHERE id='".$who."'"));
echo "Browser: $nopl[0]
";</div>
and then theres the table value. can any1 help?
Comment