About

Breaking

Tuesday 23 May 2017

PHP 5 Introduction

                        PHP scripts are executed on the server.

                         PHP लिपियों को सर्वर पर निष्पादित किया जाता है 




What You Should Already Know
Before you continue you should have a basic understanding of the following:
  • HTML
  • CSS
  • JavaScript
आपको पहले से ही पता होना चाहिए
जारी रखने से पहले आपको निम्न की बुनियादी समझ होनी चाहिए:
  •    एचटीएमएल
  • ·    सीएसएस·  
  •       जावास्क्रिप्ट
 What is PHP?
PHP is an acronym for "PHP: Hypertext Preprocessor"
PHP is a widely-used, open source scripting language
PHP scripts are executed on the server
PHP is free to download and use

 


PHP क्या है?
PHP "PHP: हाइपरटेक्स्ट प्रीप्रोसेसर" के लिए एक परिचित कराया गया है
PHP एक व्यापक रूप से इस्तेमाल किया, खुला स्रोत स्क्रिप्टिंग भाषा है
PHP लिपियों को सर्वर पर निष्पादित किया जाता है
PHP, डाउनलोड और उपयोग करने के लिए स्वतंत्र है



PHP is an amazing and popular language!

It is powerful enough to be at the core of the biggest blogging system on the web (WordPress)!
It is deep enough to run the largest social network (Facebook)!
It is also easy enough to be a beginner's first server side language! 


PHP एक अद्भुत और लोकप्रिय भाषा है!

यह वेब पर सबसे बड़ा ब्लॉगिंग सिस्टम (वर्डप्रेस) के प्रमुख होने के लिए पर्याप्त शक्तिशाली है!
यह सबसे बड़ा सोशल नेटवर्क (फेसबुक) चलाने के लिए काफी गहरी है!
यह शुरुआत करने वाली पहली सर्वर साइड भाषा के लिए भी आसान है!



What is a PHP File?

  • PHP files can contain text, HTML, CSS, JavaScript, and PHP code
  • PHP code are executed on the server, and the result is returned to the browser as plain HTML
  • PHP files have extension ".php"


PHP फ़ाइल क्या है?

  • PHP फ़ाइलों में पाठ, एचटीएमएल, सीएसएस, जावास्क्रिप्ट, और पीएचपी कोड शामिल हो सकते हैं
  • PHP कोड सर्वर पर निष्पादित होता है, और परिणाम को सादे एचटीएमएल के रूप में ब्राउज़र में लौटा दिया जाता है
  • PHP फाइल एक्सटेंशन है ".php"
 
 
 

What Can PHP Do?

  • PHP can generate dynamic page content
  • PHP can create, open, read, write, delete, and close files on the server
  • PHP can collect form data
  • PHP can send and receive cookies
  • PHP can add, delete, modify data in your database
  • PHP can be used to control user-access
  • PHP can encrypt data
With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML.


PHP क्या कर सकता है?
  • PHP गतिशील पेज सामग्री उत्पन्न कर सकता है
  • PHP सर्वर पर फाइल बना, खोल, पढ़, लिख, हटा, और बंद कर सकता है
  • PHP फॉर्म डेटा एकत्र कर सकता है
  • PHP कुकीज़ भेज और प्राप्त कर सकता है
  • PHP आपके डेटाबेस में डेटा जोड़, हटा, संशोधित कर सकता है
  • PHP को उपयोगकर्ता-प्रवेश को नियंत्रित करने के लिए उपयोग किया जा सकता है
  • PHP डेटा एन्क्रिप्ट कर सकता है
  • PHP के साथ आप आउटपुट HTML तक सीमित नहीं हैं। आप छवियों, पीडीएफ फाइलें, और यहां तक ​​कि फ्लैश फिल्मों को भी आउटपुट कर सकते हैं। आप किसी भी पाठ को भी आउटपुट कर सकते हैं, जैसे एक्सएचटीएमएल और एक्सएमएल
   
 

Why PHP?

  • PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
  • PHP is compatible with almost all servers used today (Apache, IIS, etc.)
  • PHP supports a wide range of databases
  • PHP is free. Download it from the official PHP resource: www.php.net
  • PHP is easy to learn and runs efficiently on the server side
क्यों PHP?

  • PHP विभिन्न प्लेटफॉर्म पर चलता है (विंडोज, लिनक्स, यूनिक्स, मैक ओएस एक्स, इत्यादि)
  • PHP आज के लगभग सभी सर्वरों (अपाचे, आईआईएस, आदि) के उपयोग के साथ संगत है
  • PHP डेटाबेस की एक विस्तृत श्रृंखला का समर्थन करता है
  • PHP मुक्त है। इसे आधिकारिक पीएचपी संसाधन से डाउनलोड करें: www.php.net
  • PHP जानने के लिए आसान है और सर्वर साइड पर कुशलता से चलाता है
 

No comments:

Post a Comment