sorry about that... board commented out my code.
do this....
2 forward slashes or to comment out(make the browser ignore) a line or use a forward slash and star and then a star and forward slash to comment out a block.
the code works for javascript too
[script]
PHP Code:
// to comment out a line
/*
your code that will be ignored
more code
*/
[/script]