$ford = mssql_query("SELECT name FROM Table GROUP BY name");
while($mustang = mssql_fetch_array($ford))
{
echo $mustang['name'] . "/n";
}

OS 2003 Server
PHP 5.2.5
Apache 2.2.8
SQL 2000


For some reason it is NOT clicking what I am missing here.
Second set of eyes please....

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to