Justtechjobs.com Find a programming school near you






Online Campus Both


php-windows | 2003032

[PHP-WIN] can't get SQL result ... From: Thomas debost (thomas.debost <email protected>)
Date: 03/24/03

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