[PHP] mysql functions

2004-02-10 Thread Angelo Zanetti
I have a query which returns only 1 row, which of the following would be the best to get the value from the resultset: mysql_result() mysql_fetch_field() mysql_fetch_row() the resultset only returns 1 column, so basically its only 1 field i get from the resultset. thanx in advance. angelo

RE: [PHP] mysql functions

2004-02-10 Thread Hamid Hossain
Download Ready-Made Templates for your site: http://www.aplustemplates.com/cgi/affiliates/c1.cgi/zawraq_ad Original Message Follows From: Angelo Zanetti [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: [PHP] mysql functions Date: Tue, 10 Feb 2004

Re: [PHP] mysql functions

2004-02-10 Thread John W. Holmes
From: Angelo Zanetti [EMAIL PROTECTED] I have a query which returns only 1 row, which of the following would be the best to get the value from the resultset: mysql_result() mysql_fetch_field() mysql_fetch_row() the resultset only returns 1 column, so basically its only 1 field i get from

[PHP] MySQL Functions Setup

2003-01-23 Thread Michael A Smith
Hello All, I'm trying to setup a RedHat Psyche (8.0) server. So far, all well. However, I just ran into a problem with MySQL. PHP doesn't have the MySQL functions in it. Is there another way to install those without having to re-compile PHP? Thanks for any and all help, -Michael Smith Some

RE: [PHP] MySQL Functions Setup

2003-01-23 Thread Steven Balthazor
Message- From: Michael A Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 6:33 PM To: [EMAIL PROTECTED] Subject: [PHP] MySQL Functions Setup Hello All, I'm trying to setup a RedHat Psyche (8.0) server. So far, all well. However, I just ran into a problem with MySQL. PHP