Archive for the ‘Software Development’ Category


Real Estate Website – Part 1, Database

by Jorge Oyhenard - 16 June 2008

Apache, PHP and MySQL

Mini PHP and MySQL Course Tutorial

Let’s see step by step, the logic to create a Web Application to manage a Real Estate agency using a hands-on approach and PHP and MySQL.

Since long ago in the forum (www.forocreativo.net) users have wanted to learn PHP, and since it is a language that I like, I decided to write this mini hands-on course that will help them to learn with a practical application. This practical case will be a Real Estate Website.
Read the rest of this entry »

 

AppServ installation

by Jorge Oyhenard - 20 May 2008

Apache, PHP, MySQL, phpMyAdmin

Appserv
We will see this time how to install AppServ, allowing us to have our PC ready to work with Apache, PHP, MySQL and phpMyAdmin. This will create a platform to develop and test our applications locally, before uploading them to our hosting server.

A while ago we saw how to install IIS (Internet Information Server) in this tutorial:

Read the rest of this entry »

 

Mini PHP and MySQL course

by Pablo Matamoros - 14 May 2008

Apache, PHP and MySQLIn many web design forums I come across with requests for PHP tutorials. Professionals like graphic designers are becoming more and more involved in the programming field due to the popularity of tools like Wordpress, Joomla, phpBB and many others. These open source tools are often based on PHP and MySQL and in order to modify the layout of a website it is often not enough to modify the style sheets. It is becoming almost mandatory to have a little knowledge of PHP and MySQL.

Read the rest of this entry »