![]() |
Basics of LAMP - How it Works?
LAMP is acronym for Linux , Apache , MySql , PHP/Perl/Python(CGI)..Its a solution stack of opensource programmes and its a platform Wherein each component plays a specific and important role..
Components
How it worksWhen user requests for a page like :- http://localhost/index.php The request is received by the Operating System I.e Linux and then the request is handed over to apache.. Apache handling the request check if the url requested is a PHP or a CGI page.. If yes it hands over the request to the PHP interpreter.. Now it replies with the requested resource eg :- index.html etc.. The PHP interpreter parses the requested file , executes the PHP Code .. If the code includes database queries the request is handed over to MySQL … Mysql deals with the requests received and executes them... Once the script interpreter has completed executing the program it returns the result to the browser.. The figure below will give a better understanding :- Code:
_______________ |
Re: Basics of LAMP - How it Works?
Thanks for accepting and i hope the Viewers like it!!!
|
Re: Basics of LAMP - How it Works?
Thanks dear great.......................
|
Re: Basics of LAMP - How it Works?
Quote:
|
Re: Basics of LAMP - How it Works?
Great post, keep them coming!!..
|
Re: Basics of LAMP - How it Works?
10x for the info. Also like a lot the diagram.
|
Re: Basics of LAMP - How it Works?
Quote:
You can add ro my reputation by clicking the thanks button at the bottom of article.. |
Re: Basics of LAMP - How it Works?
Cool article !!!!!!!!!!!
|
Re: Basics of LAMP - How it Works?
hi,
how the Dmoz free users getting benefits...??? |
Re: Basics of LAMP - How it Works?
I'm new to this, on going through your article got clear understanding about lamp.
|
| All times are GMT +5.5. The time now is 16:15. |