06-02-2005, 01:03 AM
|
#17 (permalink)
|
|
The Acquainted
Join Date: May 2005
Posts: 106
Thanks: 0
|
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
|
|
|