A admin Administrator Staff member Aug 21, 2008 #1 When doing something like: $rows = mysql_query ("SELECT COUNT(*) FROM tablename"); extract(mysql_fetch_array($rows)); what is the valiable name after I extract it? Or do I have to do this another way?
When doing something like: $rows = mysql_query ("SELECT COUNT(*) FROM tablename"); extract(mysql_fetch_array($rows)); what is the valiable name after I extract it? Or do I have to do this another way?