Why Install LAMP on Ubuntu? Why should you install LAMP on Ubuntu? When working on web development, I prefer to work within the privacy of my own development environment located on my computer. I’d rather make the majority of my mistakes where no one else can see them rather than out in the wild of …
Continue reading Installing a LAMP Server on Ubuntuphp
LAMP stands for Linux, Apache, MySQL, and php, (or Perl). It’s one of the most popular web hosting platforms. If you’re developing websites, it’s good to have your own private development environment to use while you build and test your websites. This post will show you how to install and configure a LAMP web development …
Continue reading Install LAMP and phpMyAdmin on Ubuntu 11.10I’ve had a book on PHP & MySQL for over a year, but I’ve barely touched it. Last night I decided to get to work on getting through the book as I’ve got some website ideas I’d like to pursue, but I currently lack the skills to execute what I want. Anyway, I’ve decided to …
Continue reading Displaying Today’s Date With PHP