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
ROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Sent: Saturday, January 19, 2002 4:02 AM >Subject: [PHP] Re: Does anyone have the 'edit_member.php' script > > > > It was suggested I send this to the list. The '

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

2002-01-19 Thread Steven Maroney
nal 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 the 'edit_member.php' script > > > > It was su

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

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

2002-01-19 Thread James Cox
change printf ("\n", $PHP_SELF, DISPLAY_ENTRY); to printf ("\n", $PHP_SELF, $DISPLAY_ENTRY); > -Original Message- > From: Mike C [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 19, 2002 12:02 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Does anyone have the 'e

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

2002-01-19 Thread Mike C
It was suggested I send this to the list. The 'samp_db.inc' file follows this. The parse error is: Parse error: parse error in /edit_member.php on line 11 #edit_member.php \n", $PHP_SELF, DISPLAY_ENTRY); print ("Enter your membership ID number and password,\n"); print ("then select submit.\n\n"