MySQLi is a new improved extension for accessing mysql database. It allows procedural and object oriented interface for accessing mysql database. Though you can use the old mysql functions but new mysqli offers security, advanced options, speed and similar syntax. So if you’re trying to write code using old mysql functions, just switch to mysqli. You have nothing to lose even if you don’t know how to use Object oriented way of accessing the database. [Read more…]
Archives for May 2013
How to Use a Git Repository – Guide to Github and Bitbucket CVS
The purpose of this tutorial is to teach you how to use git for hosting your project on github and bitbucket. I am going to cover installation of git and using multiple repositories. If you are new to the git and subversion control then keep reading in order to learn how to manage git repository in an easy way. [Read more…]