Forum Moderators: coopster
/* is in css
but what is it in php ?
/* And this is a multi line comment */
Single-line comments:
# This is a comment// ...and another
Or multiple-line comments:
/*Here is some text blah blahand some moreblahhere*/
[edit] beaten to it ;)
$expression = /*Why would you ever do this?*/ 'help me';