PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i have this error in my code it is at the very end, and i cant find a reason why this is happening, can someone help, you'll seee y i dont wnt to post the code.
Parse error: parse error, unexpected $ in /home/zyklonz/public_html/controlcenter.php on line 471
i dont think it's a } forgot somewhere as i put one at the bottom and it didnt go with anyone, i looked through the part i changed and nothing. What do you mean by a string just a forgotten ; what else, the text editor i use is mguma open studio if that helps.
Unlikely. If you've got 2+ years PHP programming experience I might take that claim seriously but otherwise no (myself included).
Volka is probably right, do a search for { and then } and see if the numbers match up.
My thoughts exactly twig. Usually the error that was posted is associated with a HEREDOC closing tag that is NOT all the way to the left. Although it could be a missing bracket or parenthesis.