php-windows | 2003032
Date: 03/25/03
- Next message: Mike Brum: "RE: [PHP-WIN] Re: php as exe in windows"
- Previous message: Svensson, B.A.T. (HKG): "RE: [PHP-WIN] Re: php as exe in windows"
- In reply to: Thomas debost: "[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 . "\"";
>
SELECT SUM(bytesrecvd) AS SOME_NAME
(Aggregates drops the column name...)
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Mike Brum: "RE: [PHP-WIN] Re: php as exe in windows"
- Previous message: Svensson, B.A.T. (HKG): "RE: [PHP-WIN] Re: php as exe in windows"
- In reply to: Thomas debost: "[PHP-WIN] can't get SQL result ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

