Tuesday 5 April 2016

How write PHP Program or Script


Php (recursive acronym for php: personal home page) is a widely used open source common-intent scripting language that is exceptionally suited to web progress and can also be embedded into HTML..
Essential suggestions: After commencing your first Hypertext Preprocessor script or application, need to see tutorial on youtube or playit the place that you could get deep suggestion.
Exceptional, but what does that imply? An instance:
Example #1 An introductory illustration
<!DOCTYPE HTML>
<html>
    <head>
        // title is starting tags of html <title>Example</title>
    </head>
    <body> 

 Output:
Welcome to my PHP script!"
        
<?php
            
echo "Welcome to my PHP script!";
        
?>

    </body>
</html>
The php code is enclosed in specific and end processing recommendations <?php and ?> that allow you to leap into and out of "php mode."What distinguishes php from anything like customer-facet JavaScript is that the code finished on the server, generating HTML, which then dispatched to the consumer.
 The patron would obtain the results of jogging that script, but would not be aware of what the underlying code was. which you could even configure your web server to process your whole HTML documents with Hypertext Preprocessor, and then there is quite no method that users can inform what you will have up your sleeve.
Tips: For Hypertext Preprocessor free videos see on play it  or youtube

Despite the fact that Hypertext Preprocessor's development enthusiastic about server-part scripting, you can do much more with it. read on, and spot more what can php do? part, or go right to the introductory tutorial if you are simplest eager about internet programming.

No comments:

Post a Comment