What is PHP Programming Language? : PHP प्रोग्रामिंग भाषा क्या है? –

What is PHP

What is PHP ? – PHP (stands for PHP: Hypertext Preprocessor) is a widely-used open source scripting language. PHP is used for web development with HTML (PHP (जिसका अर्थ है PHP: हाइपरटेक्स्ट प्रीप्रोसेसर) एक व्यापक रूप से प्रयुक्त ओपन सोर्स स्क्रिप्टिंग भाषा है। PHP का उपयोग HTML के साथ वेब डेवलपमेंट के लिए किया जाता है).

It is very simple scripting programming language for Web Software Development and also easy to learn (यह वेब सॉफ्टवेयर विकास के लिए बहुत सरल स्क्रिप्टिंग प्रोग्रामिंग भाषा है और सीखने में भी आसान है).

PHP has opening tag <?php and closing tag ?> .

What is PHP
Basic Structure of PHP

Simple PHP Program Example : सरल PHP प्रोग्राम उदाहरण –

<!DOCTYPE html>
<html>
    <head>
        <title>PHP</title>
    </head>
    <body>
        <?php  echo "This is my first php page."; ?>
    </body>
</html>

How to create Zip folder and download in Cake PHP
What is PHP ?

Tags: What does PHP stand for, What is PHP, What is PHP and why do I need, What is PHP full form, What is PHP Programming Language

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *