PHP and MySQL Basics: Comments
Posted by Daniel at 9:29 pm
For greater readability of your PHP code, you should add comments to it, so that you or other people who will look at the code later will understand it clearly.
To do this refer to the example below..
PHP Single Line Comment: Keep Reading…
