This video tutorial gives the introduction of what PHP does, why it is used and some basic advantages of PHP.
This Video will also gives you an introduction to setting up the development environment for PHP and Apache on Ubuntu.
Below are some installation commands.
To Install Apache you need to become root by using Command sudo -i
Command to install apache : apt-get install apache2
Command to install php : apt-get install php5
0 Comment(s)