[PHP] PHP function to extract EXIF data from JPGs?

2001-07-24 Thread Richard Kitamura - Media Net Link, Inc.
Does anyone have a PHP function that extracts EXIF data from a JPG image that they can send or post? I read about re-compiling with the EXIF flag, but would rather avoid doing that for a little while. Thanks, Richard Kitamura -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] PHP function for listing number of columns in table

2002-06-08 Thread webmaster
Pardon the probably stupid question but, Is there a PHP function for listing number of columns in a mySQL table? Thanks in advance JJ Harrison [EMAIL PROTECTED] www.tececo.com

RE: [PHP] PHP function to extract EXIF data from JPGs?

2001-07-25 Thread Seb Frost
Let me know if you find anything out about this because it's something I too would like to use. - seb -Original Message- From: Richard Kitamura - Media Net Link, Inc. [mailto:[EMAIL PROTECTED]] Sent: 24 July 2001 23:40 To: [EMAIL PROTECTED] Subject: [PHP] PHP function to extract

[PHP] [PHP]: Function strtoupper () does not convert the characterñ to Ñ

2002-06-05 Thread ignacio . estrada
I have a capture form using text fields. This form receives data from the user and then through a php module the data will be stored on an Oracle database via ODBC. All the data is converted to caps so I am using the strtoupper() function. However when the user writes characters like ñ the s

Re: [PHP] PHP function for listing number of columns in table

2002-06-08 Thread hugh danaher
try mysql_num_fields() Hugh - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 08, 2002 9:54 PM Subject: [PHP] PHP function for listing number of columns in table Pardon the probably stupid question but, Is there a PHP function

RE: [PHP] PHP function for listing number of columns in table

2002-06-09 Thread John Holmes
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 09, 2002 12:54 AM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP function for listing number of columns in table > > Pardon the probably stupid question but, > > Is there a PHP function for listing number of colum

RE: [PHP] PHP function for listing number of columns in table

2002-06-10 Thread Tim Ward
09 June 2002 18:29 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] PHP function for listing number of columns in table No. There is, however, a function that'll tell you how many columns are in a result set. So, if you select all columns,

RE: [PHP] PHP function for listing number of columns in table

2002-06-10 Thread Mark
>Sent: 09 June 2002 18:29 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: RE: [PHP] PHP function for listing number of columns in >table > >No. There is, however, a function that'll tell you how many columns >are >in a result set. So, if you

Re: [PHP] PHP function for listing number of columns in table

2002-06-10 Thread hugh danaher
IL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "John Holmes" <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 1:18 AM Subject: RE: [PHP] PHP function for listing number of columns in table yes, I think getting the result set for 'describe $table' or

[PHP] PHP function using a WML variable from a select list as to access the right data in a MYSQL database

2001-02-08 Thread Kato Strandjord
I use apache server on win2000, php4, mysql and wml which I test local on my harddrive. The code under is working fine when I test it on emulators like UP SDK from phone.com. or other, but i have fooled it to use static variables which is not the solution i want. My problem is. How can I use my v

Re: [PHP] PHP function using a WML variable from a select list as to access the right data in a MYSQL database

2001-02-08 Thread Richard Lynch
e - From: "Kato Strandjord" <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Thursday, February 08, 2001 5:04 AM Subject: [PHP] PHP function using a WML variable from a select list as to access the right data in a MYSQL database > I use apache server on win2000, php4, mysql and