• PHP

    Basic PHP & MySQL Part 1

    by  • February 3, 2012 • Linux, MySQL, PHP • 0 Comments

    PHP and MySQL are two unique open source projects. While PHP is an excellent programming language, MySQL is the Database choice of millions of softwares, websites and companies out there. In this series, we will look at how to use PHP to connect and manipulate data stored inside MySQL. In the first part, I...

    Read more →

    Beginning PHP

    by  • February 2, 2012 • Linux, PHP • 0 Comments

    PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. In this article, I would like to demonstrate how easy it is to get started with PHP. We will look at how to install Apache and PHP on a computer running Ubuntu and how to...

    Read more →