Quote:
Originally Posted by my username
Use PHP's built-in functions (mysql_connect(), mysql_select_db() and mysql_query() (see http://www.php.net)), and this as your query:
PHP Code:
select count(*) from color_guide where name='john';
|
will not work ......
heres the problem
the script does not know who is the highest .......
thats what i want to find out
i want to know who is te highest by the amount of times there name is in new rows .
and what the count of rows for the highest poster is ......