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
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 '
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
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
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
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"
6 matches
Mail list logo