PHP Introduction With Program

What is php explain with program
Get Our Latest Interview Questions: Aptitude, Reasoning, English, GD, HR-PI

What is PHP:
PHP was originally an acronym for Personal Home Pages, PHP: Hypertext Preprocessor.  
PHP was originally developed by the Danish Greenlander Rasmus Lerdorf, and was subsequently developed as open source. 
PHP is a open-source technology. PHP is a scripting language you can say, its not completely programming langauge.  
PHP you can say, php file is a combination of HTML,CSS, JavaScript, Text & php tags.
Extension of PHP is .php, with the help of this extension we can understand the pages.
PHP is free to use you can download this software from our site.
PHP generates dynamic web page content and it also create, open, read, write, delete, and close files on the server.
PHP can collect data from server and give to users. PHP provides complete control of database and security in web pages.

Example Of PHP Code:
<html>
    <head>
        <title>Example</title>
    </head>
    <body>

        <?php                               //
          
echo"Hi,Technical Programming!"; // These 3 Lines are PHP code &    
        
?>                                  // 
remain are html code. 
    </body>
</html>


Output: Hi,Technical Programming!
 


 Enter Your Email Id To Get Our Programming, Web Development, Video Tutorial, Job Updates In Mail :

Labels: