Posts

Showing posts from May, 2016

The Questions, unanswered!

Image
The Questions, unanswered! “Mard ko dard nahi hota” (A ma n never feels pain!) This resounding dialogue from the evergreen blockbuster “Mard”, starring over very own cinematic legend – Mr Amitabh Bacchan, never seems to lose its charm, even today, after a goddamn 31 years, since its inception. Well, where the people all over the country are getting crazy after such iconic catchphrases, all I’ve to say is thank you bollywood! Thanks for stereotyping the Indian men for the entire world and for the society.

Connect, Insert, Update, Delete Data from database using PHP - Part -1

Image
In this series of posts we are going to show you how to connect your mysql database with your basic PHP Application. We are going to use basic mysqli_connect connectivity function. But there are various ways to connect to mysql Database like: Simple mysql_connect which is now deprecated. Advanced version of mysql_connect i.e mysqli_connect . PDO - PHP Data Objects   In these series of  Posts lets see what are the basic stuffs you will be needing and some of the things which will be helpful to code pages easily. Xampp (Cross platform) Server/ Wamp (Windows Based) Server/ Lamp (Linux Based) Server