RE: [PHP] getting an array out of the POST array

2004-08-17 Thread Ralph G
Remove $_POST from $_POST[firstname][$key], $_POST[middlename][$key] and $_POST[lastname][$key]. It should simply be $firstname[$key], $middlename[$key], and $lastname[$key] Not sure what your array data looks like but instead of using while() use foreach(): foreach($_POST['firstname'] as $key

RE: [PHP] Re: php inventory control software

2004-08-02 Thread Ralph G
See www.eshox.com -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 1:16 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: php inventory control software John W. Holmes wrote: From: John Nichel [EMAIL PROTECTED] Steve Douville wrote: Take a

RE: [PHP] PHP OO concepts

2004-04-11 Thread Ralph G
OOP? Stay tuned for PHP5 -Original Message- From: jdavis [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 1:45 PM To: PHP List Subject: [PHP] PHP OO concepts Hello, I have am checking out PHP OOP and it's pretty smooth. I have a decent amount of Java experience so PHP OOP

RE: [PHP] Looking for a comprehensive PHP tutorial

2004-04-09 Thread Ralph G
Check these out: http://www.juicystudio.com/tutorial/php/index.asp http://www.scit.wlv.ac.uk/~jphb/sst/php/ -Original Message- From: Ash.. [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 2:35 AM To: [EMAIL PROTECTED] Subject: [PHP] Looking for a comprehensive PHP tutorial Hi,