Playlist: PHP Tutorials for Beginners in Urdu / Hindi
The PHP software works with the web server, which is the software that delivers web pages to the world. When you type a URL into your web browser’s address bar, you’re sending a message to the web server at that URL, asking it to send you an HTML file. The web server responds by sending the requested file. Your browser reads the HTML file and displays the web page. You also request a file from the web server when you click a link in a web page. In addition, the web server processes a file when you click a web page button that submits a form. This process is essentially the same when PHP is installed. You request a file, the web server happens to be running PHP, and it sends HTML back to the browser, thanks to the programming in PHP. More specifically, when PHP is installed, the web server is configured to expect certain file extensions to contain PHP language statements. Often the extension is .php or .phtml, but any extension can be used. When the web server gets a request for a file with the designated extension, it sends the HTML statements as is, but PHP statements are processed by the PHP software before they’re sent to the requester. When PHP language statements are processed, only the output, or anything printed to the screen is sent by the web server to the web browser. The PHP language statements, those that don’t produce any output to the screen, aren’t included in the output sent to the browser, so the PHP code is not normally seen by the user. Here, echo is a PHP instruction that tells PHP to output the upcoming text. The PHP software processes the PHP statement and outputs the following: That regular HTML statement is delivered to the user’s browser. The browser interprets the statement as HTML code and displays a web page with one paragraph — Hello World. The PHP statement isn’t delivered to the browser, so the user never sees any PHP statements. PHP and the web server must work closely together. PHP isn’t integrated with all web servers but does work with many of the popular web servers. PHP works well with the Apache web server. PHP also works with Microsoft Internet Information Services (IIS) and others. #PHP
PHP Tutorials for Beginners in Urdu - 01 How to Ec...
Published on Mar 15, 2019
PHP tutorials for Beginners in Urdu - 02 Variables...
Published on Mar 19, 2019
PHP tutorials for Beginners in Urdu - 03 Operators...
Published on Mar 20, 2019
PHP tutorials for Beginners in Urdu - 04 Operators...
Published on Mar 21, 2019
PHP tutorials for Beginners in Urdu - 05 Operators...
Published on Mar 27, 2019
PHP tutorials for Beginners in Urdu - 06 User inpu...
Published on Mar 28, 2019
PHP tutorials for Beginners in Urdu - 07 If Condit...
Published on Mar 29, 2019
PHP tutorials for Beginners in Urdu - 08 Nested if...
Published on Mar 29, 2019
PHP tutorials for Beginners in Urdu - 09 Random Nu...
Published on Apr 03, 2019
PHP tutorials for Beginners in Urdu - 10 HTML hidd...
Published on Apr 03, 2019
PHP tutorials for Beginners in Urdu - 11 For Loop...
Published on Apr 08, 2019
PHP tutorials for Beginners in Urdu - 12 Nested Fo...
Published on Apr 08, 2019
PHP tutorials for Beginners in Urdu - 13 While Loo...
Published on Apr 09, 2019
PHP tutorials for Beginners in Urdu - 14 PHP Proce...
Published on Apr 09, 2019
PHP tutorials for Beginners in Urdu - 15 PHP Funct...
Published on Apr 19, 2019
PHP tutorials for Beginners in Urdu - 16 PHP Array...
Published on Apr 19, 2019
PHP tutorials for Beginners in Urdu - 17 PHP Array...
Published on Apr 19, 2019
PHP tutorials for Beginners in Urdu - 18 Strings i...
Published on Mar 30, 2021
2024 Best Freelancing Websites to Make Money Onlin...
Published on Apr 09, 2024
How To Create & Setup Upwork Account in 2024
Published on Apr 09, 2024