Can anyone please tell me why this crappy code keep's giving me the parse error? Below you will find a piece of the code that should be causing it. For the complete code please check the attachment. The error occurs on line 10 of the file.
Thank a lot for reading (and reacting),
Paul van Leeuwen
By the way: The original attachment was a .php file, but I had to rename it to an .txt to be able to post it here.
<?PHP if ($row = MYSQL_FETCH_ARRAY($result, MYSQL_BOTH))
{
if (!(isset($geselecteerdepilot)))
{$geselecteerdepilot=$row["naam"]}
else
($geselecteerdepilot=rawurldecode($geselecteerdepilot)};
}
else
{
if (!(isset($inhoud)))
{$inhoud=$row["link"]}
else
{$inhoud=rawurldecode($inhoud)};
}?>