As the most popular back-end scripting language used on the web today,PHP is supported by a slew of helpful tools that streamline work flow and increase productivity. Thanks in large part to its fairly shallow learning curve, it’s possible for even the most inexperienced web masters to create dynamic websites rapidly with PHP. Frameworks like Kohana and CodeIgniter are a ... Read More »
Category Archives: PHP
Feed SubscriptionWorking with files {PHP}
This lesson will bring you to the start of using PHP. In this one you will see where we need to place the files so the WAMP server can identify them and also the mode in which we will access them via web browser. Read More »
How to install WAMP Server
For PHP programing we need a web server, so we use WAMP. The last available version was launched on 27 December 2010 and it has the following components: Apache 2.2.17 Php 5.3.5, Mysql 5.5.8 PhpMyadmin 3.2.0.1 SQLBuddy 1.3.2 XDebug 2.1.0-5.3 webGrind 1.0 XDC 1.5 Read More »