Download PHP Library (Core)   Download Apache HTTP server http://httpd.apache.org/download.cgi Download PHP http://php.net/downloads.php Download MySql http://dev.mysql.com/downloads/ Download PhpMyAdmin http://www.phpmyadmin.net/home_page/downloads.php Download Wamp Server (apache,mysql,php package) http://www.wampserver.com/en/ Download Xampp Server (apache,mysql,php package) http://www.apachefriends.org/en/xampp.html Download PEAR Libraray (PHP Extension and Application Repository) http://pear.php.net/package/PEAR/download Download PHP Frameworks   Download CakePHP Framework (MVC based architecture) http://cakephp.org/downloads Download CodeIgniter (MVC based…

How to integrate Amazon Simple Pay Standard Buttons for Payment?   Amazon Simple Pay allows your customers to use payment information from their Amazon.com account as a payment method on your website.   You can use Amazon Simple Pay to enable payments, donations, subscriptions, and marketplace transactions. It provides easy-to-configure, cut and paste HTML code…

XML parser normally parse all the text in an XML document.   Characters such as less than (<), greater than(>), ampersands(&) etc cause problems for the XML processor/parser.   “<” parser interprets it as the start of a new element. “&” parser interprets it as the start of an character entity. JavaScriptcode,contains a lot of…

Software Development Life Cycle Phases   SDLC(Software Development Life Cycle) is a conceptual model or a detailed plan on how to create, develop, implement and launch the software, it describes the stages involved in an information system development project.   There are six steps or stages of SDLC.   1. System Requirements Analysis2. Feasibility study3.…