Home | Programming | Php
One of the tricky aspects of PHP is that each time you make any sort of request on the web page, the web browser will then open a connection to the web server, which will then process the request and send back a response. The connection to the server is then closed. This makes web programming different than other types of programming in the sense that you will need to use sessions in order to keep track of the state of the application. You will need to constantly reload and update these variables and pass them on as the user continues browsing the page. I'll talk more about sessions and sessions variables later this week. The first thing that is important to understand is what is going on behind the scenes!
Article Source: http://www.writerdatabase.com
www.webdevnotes.com/understanding-php-the-web-serverbrowser-relationship/
Please Rate this Article
5 out of 54 out of 53 out of 52 out of 51 out of 5
Not yet Rated