Re: [PHP] Re: Does anyone have the 'edit_member.php' script ....

2002-01-19 Thread Mike C
Hi Janet, > >The problem is on this line. > >print ("\n"); > >There is a space between the \ and the " before Submit. Yes indeed :-(, how could I miss that Your wonderful :-) Thank you (and others) so much. Regards Mike C -- -- PHP General Mailing List (http://www.php.net/) To unsubsc

Re: [PHP] Re: Does anyone have the 'edit_member.php' script ....

2002-01-19 Thread Miles Thompson
You keener!! Eagle eyes! At 11:00 AM 1/19/2002 -0800, you wrote: >The problem is on this line. > >print ("\n"); > >There is a space between the \ and the " before Submit. > >Janet > >- Original Message - >From: "Mike C" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]

Re: [PHP] Re: Does anyone have the 'edit_member.php' script ....

2002-01-19 Thread Steven Maroney
Ahh so the \ is escaping the space and not the quote. Good one. On Sat, 19 Jan 2002, Janet Valade wrote: > The problem is on this line. > > print ("\n"); > > There is a space between the \ and the " before Submit. > > Janet > > - Original Message - > From: "Mike C" <[EMAIL PROTECTE

Re: [PHP] Re: Does anyone have the 'edit_member.php' script ....

2002-01-19 Thread Janet Valade
The problem is on this line. print ("\n"); There is a space between the \ and the " before Submit. Janet - Original Message - From: "Mike C" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 19, 2002 4:02 AM Subject: [PHP] Re: Does anyone have