RE: [PHP-WIN] can't get SQL result ...

2003-03-25 Thread Svensson, B.A.T. (HKG)
> I can't access my data after a working query : > $byter=" > select SUM(bytesrecvd) > from WebProxyLog > where DestHost = \"" . $name . "\""; > SELECT SUM(bytesrecvd) AS SOME_NAME (Aggregates drops the column name...) -- PHP Windows Mailing List (http://ww

[PHP-WIN] can't get SQL result ...

2003-03-25 Thread Thomas debost
I can't access my data after a working query : $byter=" select SUM(bytesrecvd) from WebProxyLog where DestHost = \"" . $name . "\""; $recv= mssql_query($byter, $linkid); When i try to print $recv, it prints ressource ID #.. how can i print the result of the s