I hope I am posting this in the correct place. (this is my first post) and I know very little about PHP. I am trying to build a community based website, and allow people to register as members. I have the registration page complete, and I believe it is working, as I had to fix a few things in the form, but now I am getting this error message, and I don't understand. Any help would be greatly appreciated. The error points to line 162 in the code which is: mkdir("members/$id",0777); adn this is the error. The lines of code pertaining to sending the user a verification email are also indicating errors, but I suspect they are a result of this one.
Parse error: syntax error, unexpected T_STRING in /home/content/91/9543591/html/thecentralfloridascene/register.php on line 146
Any help would be greatly appreciated, as I am stuck in the water at this point until I can resolve this.