Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/notesincodes.php on line 1

Warning: include(http://black-stripes.net/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/notesincodes.php on line 1

Warning: include() [function.include]: Failed opening 'http://black-stripes.net/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/notesincodes.php on line 1

Notes in codes


When you got a lot of codes on your site, or a long CSS, it may be nifty to separate things from each other with descriptions. Like "Sidebar here" "Scripts that shouldn't be changed", etc. It's really easy to get this, without having it disturb your codes or show on your site.


1. Inn your CSS, you have to write it like this;.

/* your text here */

2. And in your PHP, HTML etc files you have to write it like this;.

<!----- your text here ----->
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/notesincodes.php on line 14

Warning: include(http://black-stripes.net/footer.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/notesincodes.php on line 14

Warning: include() [function.include]: Failed opening 'http://black-stripes.net/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/notesincodes.php on line 14