Tagged with php

installing apache php and mysql in ubuntu

In this article, i will guide you through the steps for installing apache, mysql and php on ubuntu and kick start some php development. These  are the individual software in the ubiquitous LAMP stack. More on this can be found here. MySQL is the most used open source RDBMS. To install MySQL, go to Ubuntu … Continue reading

Generate CRUD in php

Recently, i’ve worked on an old PHP project trying to quickly add some new features to the application. As part of this task, i am supposed to write code that performs basic CRUD operations on a MySQL  table. Having achieved this like a charm using Rails, i’ve wondered if i can do scaffolding even in php. With some … Continue reading