Not sure.... but if line 358 is...

   358            >no<br>

.. as it says below, then the ">" before the "no" needs 
a beginnnig to it somehow.  It's like a html-tag that's
only half baked.

--
    __           _                                Tyler Nally
   / /__  ____ _(_)___  ____   ____  _________ _  [EMAIL PROTECTED]
  / / _ \/ __ `/ / __ \/ __ \ / __ \/ ___/ __ `/  317-860-3016
 / /  __/ /_/ / / /_/ / / / // /_/ / /  / /_/ /   American Legion Website
/_/\___/\__, /_/\____/_/ /_(_)____/_/   \__, /    http://www.legion.org
       /____/                          /____/   

> -----Original Message-----
> From: Rob Day [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 13, 2001 5:37 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [PHP-DB] Re: parse error
> 
> 
> Sorry for not giving enough info. This is right in the middle 
> of the script.
> I do have the opening and closing tags. It must ne something else.
> 
> -----Original Message-----
> From: Matthew Crouch [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 13, 2001 4:04 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Re: parse error
> 
> 
> you haven't shut your script with the ?> before starting your 
> HTML, near as
> I
> can figure it
> 
> Rob Day wrote:
> 
> > I've written a small script that processes a form from a 
> webpage and sends
> > the submitted data as an HTML e-mail that has the form all 
> filled out
> > already. I've gotten smaller versions of this script to 
> work without any
> > problem just to test the idea.I can't figure out why I'm 
> now getting the
> > following error:
> > Parse error: parse error in 
> /home/httpd/cgi-bin/rday/lists/do_listapp.php3
> > on line 358
> >
> > Here is the offending code:
> > 353     if ($moderation == "no"){
> > 354             $message .= " checked";
> > 355     }
> > 356
> > 357$message .= '
> > 358            >no<br>
> > 359            <p>Answer "yes" if you want all postings to 
> the list to be
> > sent to
> > 360              a moderator for approval before distribution to the
> > list.</p>
> >
> > Any help would be greatly appreciated. Thanks!
> > ________________________________________________
> > Rob Day
> > Web Team Leader
> > Texas State Library and Archives Commission
> > phone: 512.936.4463   fax: 512.463.5436
> > [EMAIL PROTECTED]
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to