I see a closing double-quote, but I do not see a semicolon after that
double-quote on the last line you included:
provider-authenticatie.......: static-password"
should it be:
provider-authenticatie.......: static-password";
Can't really see anything else, but I have had some misleading errors like
this because I changed some code and forgot a closing }, ", or '.
-----Original Message-----
From: Aleksandar Skodric
To: [EMAIL PROTECTED]
Sent: 3/2/02 10:06 AM
Subject: Re: [PHP-WIN] Re: Parse error?!
Sure...
this is it:
if ($bvorm == "anders" && $bedrijfsvorm_anders == "leeg")
{
echo "Opgegeven bedrijfsvorm is niet juist. Wilt u dit controleren
en opnieuw aanvragen.";
exit;
}
$to = " [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> " . ",
" ;
$to .= " [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> "; //wij
sturen een e-mail naar domain-ops voor archief!!!
//dan maken wij subject voor e-mail
$subject = "Overdracht van de domein " .$domain;
$bodyk =
"----------------------- Provider ------------------------------
provider-id..................: 300060
provider-password............: lyconuwa
provider-ticket..............:
provider-authenticatie.......: static-password"
the code goes long further...
But every time it says parse error if it comes to $...
Thanx
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php