Tag Archives: php comments

PHP Tutorial : Comments in php code

Commenting php code can be done in 3 ways. There are 3 different signs of commenting code in php. First option is with sharp sign “#”. Like here: #this is a comment ?> The second option is with a double … Continue reading

Posted in Basic PHP | Tagged , , , , | 2 Comments