I'm fairly new to PHP scripting and to this forum (but I've been looking for places to learn more including this place).
my simple question: (I forget the escape character)
In a PHP statement how do you put in the '//' before letting PHP accept it as another code for comment.
This is the line: echo ("$result_set[$element] <a href = 'http://www.somewebsite.com'> $value </a> <br/>");
Obviously, I can't use the // after http: as PHP will consider that as a comment. I know this is quick but I just can't find it. HELP HELP!
Thanks,
-me