PDA

View Full Version : errorbot.php3?error=404


Charl
12-11-2002, 02:16 AM
I have just set up a new website so ive been uploading for hours and this is the first problem ive come across.

Parse error: parse error in /home/virtual/site223/fst/var/www/html/errorbot.php3 on line 61

Here script from line 61

mail("$admin_name <$admin_mail>","AITSH Errorbot - Error $error : $errortype","<HTML><BODY>

Heres the values ive set up

$admin_mail = "charlatanz@hushmail.com";
$admin_name = "Webmaster";

any ideas ?
thanks:thumbsup:

Dylan Leblanc
12-11-2002, 07:20 AM
Does line 61 end like that? or is there more after "<HTML><BODY> ??

Becaus if there isn't then yes that is a syntax error, look up the mail function at php.net

Charl
12-13-2002, 05:05 AM
Arr sorry my mistake, i opend it with dreamweaver and the code got scrambled. Its working now:p