> 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
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