SELECT first_name AS first FROM clients

As you can see the first_name field will now be accessable as first.



Timothy Hitchens (HiTCHO)
Open Source Consulting
e-mail: [EMAIL PROTECTED]

> -----Original Message-----
> From: Paul Marinas [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, 17 January 2003 12:58 PM
> To: Ezequiel Sapoznik
> Cc: [EMAIL PROTECTED]
> Subject: [PHP] output sql
> 
> 
> 
> Dose anyone know how can i do that:
> - select some data form a sql db and put it in a web page. 
> the problem is that i whant to change the value (name) of a 
> column that is selected form the database and then put in a 
> web page with the diferent name.
> 
> Thanks, Paul
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to