[PHP] Function / syntax varying from version to version?

2001-01-24 Thread Steven Deaton
Using the following snippet of code. -- http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[Fwd: [PHP] Function / syntax varying from version to version?] -- CORRECTION

2001-01-24 Thread Steven Deaton
network); 24 Jan 2001 22:14:24 - Sender: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Date: Wed, 24 Jan 2001 14:16:41 -0800 From: Steven Deaton <[EMAIL PROTECTED]> Organization: Apollo Interactive X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.17-21mdksecure i686) X-Accept-Langu

Re: [PHP] easy question.

2001-01-24 Thread Steven Deaton
the only thing I can think of, would be to eliminate the () around $fname, $lname, and $email if they all test true in the first place, the () are kinda obsolete. :) Nathan Cook wrote: > > I have always wrote code this like: > > if(($fname) && ($lname) && ($email)) > { echo "test";

[PHP] patching a lower version.

2002-02-28 Thread Steven Deaton
I'm trying to use the file upload patch..on 4.0.4pl1 but it only says its for 4.0.6.so will it not work on 4.0.4pl1? and if so..how does it work? I got this when running it.. Hmm... Looks like a unified diff to me... The text leading up to this was: -

Re: [PHP] Upload a CSV file to MySQL

2002-03-04 Thread Steven Deaton
You may want to take a look at phpmyadmin, as it has this functionality. - Original Message - From: Philip J. Newman <[EMAIL PROTECTED]> To: DL Neil <[EMAIL PROTECTED]>; Ben C. <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 11:15 AM Subject: Re: