Learning PHP Basics part one – Basic folder structure

Learning PHP Basics In now days there are lots of site from where we can easily readout about HTML tag and PHP functions. Most of good site also provide us a good workplace by doing...

MySqli Connection Class

class Db_Mysqli { static $hostname; static $username; static $password; static $port; static $database; static $connection; /** * * @param String $hostname * @param String $username...