group by on mssql_query

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



$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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux