Hi there
i am having a little problem with my script and i dont really know much about the errors in scripts (need to get a new book on php) and also im to tired. But basically i have the follow script
<?php
mkdir("$foldername", 0700);
if($folder = 1);
{
echo "New Folder Couldnt Not Be Created As It Already Exists.";
}
else
{
echo "New User Has Been Added Successfully.";
}
?>
I know it probably doesnt make sense anyway and wouldnt work because of my if statment but i also get the following error
Parse error: parse error, unexpected T_ELSE in e:\ibserver\www\folder.php on line 16