View Single Post
Old 06-02-2005, 01:03 AM   #17 (permalink)
jaswinder_rana
The Acquainted
 
Join Date: May 2005
Posts: 106
Thanks: 0
jaswinder_rana is on a distinguished road
Default

ok change this
PHP Code:
            echo <<<EOT
            Thank You
            Your signup is appreciated.
EOT;        } 
to
Quote:
echo <<<EOT
Thank You
Your signup is appreciated.
EOT;
}
only difference is } is on second line and make sure there's nothing after the
EOT;(not even space)

give it a try

EDIT: had to use [quote] because i don't know why but [php] tags din't show it properly
__________________
---------------------------
Errors = Improved Programming.
Portfolio
Send a message via MSN to jaswinder_rana
jaswinder_rana is offline  
Reply With Quote