Author: Ashesh

How to include a file in PHP

If you have ever wondered how to include another PHP file into a PHP script, this simple one line code sample will show you how. <?php // Place this into your PHP page // and edit the file name
Read More


HTML character set

A handy reference table for HTML characters: Decimal Code Char Description Entity Notes PostScript Name ISO-8859-1 Characters (Supplementary Characters in bottom section) &#00; – &#08; Unused Horizontal
Read More