php-windows | 2003032
Date: 03/24/03
- Next message: Svensson, B.A.T. (HKG): "RE: [PHP-WIN] Re: php as exe in windows"
- Previous message: Svensson, B.A.T. (HKG): "RE: [PHP-WIN] installing Curl"
- Next in thread: Svensson, B.A.T. (HKG): "RE: [PHP-WIN] can't get SQL result ..."
- Reply: Svensson, B.A.T. (HKG): "RE: [PHP-WIN] can't get SQL result ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Svensson, B.A.T. (HKG): "RE: [PHP-WIN] Re: php as exe in windows"
- Previous message: Svensson, B.A.T. (HKG): "RE: [PHP-WIN] installing Curl"
- Next in thread: Svensson, B.A.T. (HKG): "RE: [PHP-WIN] can't get SQL result ..."
- Reply: Svensson, B.A.T. (HKG): "RE: [PHP-WIN] can't get SQL result ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

