As you know PHP is server side scripting language. Let me explain few lines on how PHP works with Apache server? First of all, the user will send a request through the application layer or web browser to the server via the protocol. And the server will respond to the request by sending an HTML file back […]
Read MoreThe PHP works with the web server without server it doesn’t take any request and it doesn’t respond any things to the browser, PHP is the software that delivers web pages to the world. When you enter a URL (Uniform Resource Locator) into your web browser’s address bar, you’re sending a request to the webserver […]
Read MoreIn this article of PHP tutorials we are covering how to test if PHP and apache servers are working properly or not. Essential before you start PHP programming.
Read MorePHP is a server-side scripting language that allows your web site to be dynamic. As you know PHP stands Hypertext Preprocessor. It has recursive acronym “PHP” sometimes it may confuse. It is the flexible scripting language to make the website dynamic. PHP is specially used in web development, PHP can be embedded into HTML. PHP CODE […]
Read MorePHP is the recursive acronym that probably means to confuse the masses. PHP stands for Hypertext Preprocessor which allows your website to be dynamic. PHP is completely server-side scripting language. PHP is very flexible and easy to learn those who have knowledge of programming languages like (C, Java, Perl), will be very easy to learn […]
Read More