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 sum ? Thank you ! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
