Re: [PHP] Split command problem

2005-04-11 Thread Prathaban Mookiah
ist($fname, $lname) = split('[/\s+/]', "$_POST[username]"); Cheers, Prathap -- Original Message --- From: Russ <[EMAIL PROTECTED]> To: PHP General Sent: Sun, 10 Apr 2005 18:27:34 -0700 Subject: [PHP] Split command problem > I have been trying to

Re: [PHP] Split command problem

2005-04-10 Thread Jason Wong
On Monday 11 April 2005 09:27, Russ wrote: > I have been trying to get the following code working. I keep getting an > error on line nine. And the error is? > It looks simular to the example in the PHP online > manual. If I substitute a print command for line nine I get the correct > information

Re: [PHP] Split command problem

2005-04-10 Thread Greg Donald
On Apr 10, 2005 8:27 PM, Russ <[EMAIL PROTECTED]> wrote: > I have been trying to get the following code working. I keep getting an error > on line nine. It looks simular to the example in the PHP online manual. If I > substitute a print command for line nine I get the correct information from > $_P

[PHP] Split command problem

2005-04-10 Thread Russ
I have been trying to get the following code working. I keep getting an error on line nine. It looks simular to the example in the PHP online manual. If I substitute a print command for line nine I get the correct information from $_POST[username]. I must be missing or have an extra a quote but