Archive for the ‘software’ category

LAMP (Linux Apache MySQL PHP) Software Bundle for PHP Developers

December 28th, 2009

Current website development relies more on open source to handle forms and back end things. Whether it is a e commerce website or a portal, certain level of technical handling is there from server side. Certain redirection, conditional surfing based on ip address of client, privilege approving and database integration all are done by a software bundle named LAMP. LAMP is a short notation of individual software such as Linux (OS), Apache HTTP server, MySQL (DBMS) and of course PHP. » Read more: LAMP (Linux Apache MySQL PHP) Software Bundle for PHP Developers

Introduction to Web application development for PHP Developers – PHP Tutorial by Aegis Software Part 1

December 25th, 2009

How Web Applications works technically?

Web Application is final software products which interact with end users. Every web pages are stored at server located anywhere in the world. Whenever a user sends the request for certain page, the request is passed to certain ip address at which the web server is situated. Web server then resolve the query and provide user with requested page. At user side a partial replica of the web page is created temporary to let users view the page. » Read more: Introduction to Web application development for PHP Developers – PHP Tutorial by Aegis Software Part 1