PHP Developer Journey: How PHP code or script is Parsed
― Now you have a good knowledge about how to run PHP code on XAMPP. But have you ever thought about how this PHP is showing the content on the browser or how PHP is Parsed. Let's see the scenario. ∙ Here we need to understand 2 terminology.Client Side and Server SideServer Side : The code which is executed or parsed on the server is called a Server Side technology. Examples are PHP, JSP, ASP, Python, Ruby etc. ∙ The server always gives back response whenever cient requests. Means the [...].









