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!
You're missing a bracket on the first SESSION variable and you need to escape the double quotes if you're echoing with double quotes. And when you start an echo/print, make sure to finish it off with the same quote type. Single/Single or Double/Double, not Double/Single.
If you're not already using an editor that does highlighting it might be an idea. Spotting mistakes like not escaping quotes sticks out like a sore thumb if you use one
We're going off-topic here (my fault again ) but if you use something like emacs you can turn highlighting on and off with just a few simple key presses. You can also stop it highlighting and simply do the bracket pairing. The rest of the time you can have plain old emacs.