Php in hindi tutorial
PHP is a open source server side scripting programming language which is used for developing web applications. PHP language stands for Hypertext Pre-Processor. PHP is developed by Rasmas Lerdorf in 1994.
PHP एक ओपन सोर्स सर्वर साइड स्क्रिप्टिंग प्रोग्रामिंग भाषा है जिसका उपयोग वेब एप्लिकेशन को विकसित करने के लिए किया जाता है। PHP भाषा हाइपरटेक्स्ट प्री-प्रोसेसर के लिए है। PHP को Rasmas Lerdorf द्वारा 1994 में आबिस्कर किया गया है।
What is PHP in hindi and why it is used ? .
PHP क्या है और इसका उपयोग क्यों किया जाता है ।
PHP is server side Scripting language.Php is used for developing dynamics webpages. Php is scripting language which is used for controlling web applications or web page in server-side.
PHP सर्वर साइड स्क्रिप्टिंग भाषा है। Php का उपयोग डायनामिक्स वेबपेजों को बनाने के लिए किया जाता है। Php वह स्क्रिप्टिंग लैंग्वेज है, जिसका इस्तेमाल वेब एप्लिकेशन या सर्वर-साइड में वेब पेज को नियंत्रित करने के लिए किया जाता है।
you know how much PHP language is powerful. World Most of website design in PHP. Php is used for designing website , Web portal , ecommerce web applications and etc. you can use any database in PHP. Like MySQL , Oracle database etc.
आप जानते हैं कि PHP भाषा कितनी शक्तिशाली है। PHP में दुनिया के अधिकांश वेबसाइट डिजाइन। Php का उपयोग वेबसाइट, वेब पोर्टल, ईकॉमर्स वेब एप्लिकेशन और आदि को डिजाइन करने के लिए किया जाता है। आप PHP में किसी भी डेटाबेस का उपयोग कर सकते हैं। जैसे MySQL, Oracle डेटाबेस आदि।
In Php there are following some framework written in Php language.
Php भाषा में लिखे गए कुछ farmework निम्नलिखित हैं।
- Cake PHP
- Code-igniter
- Laravel
- Zend
- Wordpress
- Magento
- Opencart
- YII PHP Framework
Feature of PHP in hindi :
There are lot's of feature in PHP programming language. We will explain some important feature.
PHP प्रोग्रामिंग लैंग्वेज में बहुत सारे फीचर हैं। हम कुछ महत्वपूर्ण विशेषता बताएंगे।
- We can create, open , read or write file in a systematic way in PHP.
- We can delete , edit and modify the database element using PHP.
- PHP can run any operating system like Windows , Mac-Os , Linux.
- Using PHP we can validate any webpage or web element.
- In PHP we can import any php file to another php file using include component.
- हम फाइल को PHP में एक व्यवस्थित तरीके से बना सकते हैं, खोल सकते हैं, पढ़ सकते हैं या लिख सकते हैं।
- हम PHP का उपयोग करके Database element को हटा, संपादित और संशोधित कर सकते हैं।
- PHP विंडोज, मैक-ओएस, लिनक्स जैसे किसी भी ऑपरेटिंग सिस्टम को चला सकता है।
- PHP का उपयोग करके हम किसी भी वेबपेज या वेब elemrnt को validate कर सकते हैं।
- PHP में हम किसी भी php फाइल को कंपोनेंट का उपयोग करके किसी अन्य php फाइल में आयात कर सकते हैं।
Syntax in PHP in hindi :
PHP script is executed on the server and output is shown on browser windows. we can write php script anywhere in the file. PHP script start '<?php' with and end with ' ?> '
PHP स्क्रिप्ट को सर्वर पर execute किया जाता है और ब्राउज़र विंडो पर आउटपुट दिखाया जाता है। हम फाइल में कहीं भी php स्क्रिप्ट लिख सकते हैं।
For example :
Comment in PHP :
We use comment component for making our code comprehensive. using comment in php code We can understand our code any time. whenever figure-out any things.
We write php comment like as
उदाहरण के लिए :
PHP में comment:
हम अपने कोड को व्यापक बनाने के लिए comment घटक का उपयोग करते हैं। php कोड में comment का उपयोग करके हम अपने कोड को कभी भी समझ सकते हैं। जब भी किसी बात का पता लगाओ।
Variable in PHP :
In PHP variable is a container which is used for storing data. In php we use $ sign for defining variable.
PHP वैरिएबल में एक कंटेनर होता है जो डेटा को स्टोर करने के लिए उपयोग किया जाता है। Php में हम वेरिएबल को परिभाषित करने के लिए $ साइन का उपयोग करते हैं।
e.g
In the given example , there is $myCar is variable , which is store the string value 'honda'.
दिए गए उदाहरण में, $ myCar variable है, जो स्ट्रिंग की value 'honda' को store करता है।
- In php there is no need to make datatype for creating a variable because compiler understand when we assign value for variable. (Php में एक वैरिएबल बनाने के लिए डेटाटाइप बनाने की कोई आवश्यकता नहीं है, क्योंकि कंपाइलर समझते हैं, जब हम वेरिएबल के लिए value असाइन करते हैं।)
- In PHP variable can't start with any number (PHP में variable किसी भी संख्या से शुरू नहीं हो सकता है।).
- For creating a variable you need to use always alpha-numeric character (A-Z, 0-9 and _) (एक वैरिएबल बनाने के लिए आपको हमेशा अल्फा-न्यूमेरिक कैरेक्टर (A-Z, 0-9 और _) का उपयोग करना होगा।).
- Variable are case-sensitive in PHP. For example : $abc and $ABC are different variable , both will store different - different value. (Variable PHP में केस-संवेदी होते हैं। उदाहरण के लिए: $ abc और $ ABC अलग-अलग वैरिएबल हैं, दोनों अलग - अलग वैल्यू स्टोर करेंगे।)
Variable scope in PHP
In php we define variable for storing information but when we need access this variabl in program , it's used as variable scope.
Php में हम सूचनाओं को संग्रहीत करने के लिए variable को परिभाषित करते हैं लेकिन जब हमें प्रोग्राम में इस वेरिएबल को एक्सेस करने की आवश्यकता होती है, तो इसे वेरिएबल स्कोप के रूप में उपयोग किया जाता है।
It is having three type
- Local Variable
- Global Variable
- Static Variable
Echo and Print in PHP in hindi :
In PHP programming language we use echo and print for display any statement or variable value ( PHP प्रोग्रामिंग भाषा में हम किसी भी स्टेटमेंट या वैरिएबल वैल्यू को प्रदर्शित करने के लिए echo और print का उपयोग करते हैं। ).
Data type in PHP :
Datatypes using for storing the value of variable . Datatypes are following types
वेरिएबल के मान को स्टोर करने के लिए डेटाटाइप्स का उपयोग करना। डेटाटाइप्स निम्नलिखित प्रकार हैं
- String
- Integer
- Float
- Boolean
- Array
- Object
- NULL
- Resource
String in Php in hindi :
String contain lot's of character and PHP contain lot's of string functions which is used for manipulating string.
स्ट्रिंग में बहुत सारे character होते हैं और PHP में बहुत सारे string function होते हैं जो स्ट्रिंग में हेरफेर करने के लिए उपयोग किया जाता है। उदाहरण के लिए
String Function Description
- strlen() : To return the string length
- strtolower() : To convert Uppercase string to Lowercase String
- strtoupper() : To convert Lowercase string to Uppercase String
- str_replace() : Using for replace character of string
- strcmp() : Compare between two string
- trim() : Using for trim string start to end
- ltrim() : left-side means Trim operation on starting character or substring
- rtrim() : right-side means Trim operation on ending character or substring |
- ucwords() : To convert lowercase to uppercase first letter of every word in string
- lcfirst() : To convert uppercase to lowercase first letter of every word in string
- ucfirst() : To convert lowercase to uppercase first character of every word in string
- strrev() : string Ko reverse Kiya Jata Hain |
- strip_tags() : To remove HTML tag in string
- chop() : To remove Ending Character in String
- htmlentities() : To convert HTML tag into HTML entities in string
PHP Constant in hindi:
Php constant is a variable type which value is not possible to change and we can use constant variable in full program for constant variable creation . We use define() function for creation PHP constant. It is having two or three parameter. like as :
define(name, value, case-insensitive)
Php constant एक प्रकार का वैरिएबल है, जिसकी value का बदलना संभव नहीं है और हम निरंतर वेरिएबल क्रिएशन के लिए पुरे प्रोग्राम में निरंतर वेरिएबल का उपयोग कर सकते हैं। हम निर्माण PHP constant परिभाषित करने के लिए define() का उपयोग करते हैं। इसमें दो या तीन पैरामीटर होते है
Here is
- name define constant variable name ,
- value is indicate as value of variable.
- case-insensitive define the constant name should be case-insensitive. Default value is false.
PHP Operators :
PHP operators use for operation on variable. In PHP there are following type PHP operators :
PHP ऑपरेटर वेरिएबल पर operation के लिए उपयोग करते हैं। PHP में निम्न प्रकार के PHP ऑपरेटर होते हैं:
- Arithmetic Operator
- Assignment Operator
- Comparison Operator
- Increment / Decrement Operator
- Logical Operator
- String Operator
- Array Operator
- Conditional assignment Operator
PHP Decision Making Statements :
When we need to take decision any statement in php , its is said to be Decision making statement or Control Statement. Decision making dividing in five part in php .which is given in following.
जब हमें php में किसी भी कथन का निर्णय लेने की आवश्यकता होती है, तो इसका Dicision making or Control statement कहा जाता है। Dicision making को पाँच भाग में php में विभाजित किया गया है। जो निम्नलिखित में दिया गया है
- PHP If Statement : executes some code if one condition is true.
- PHP If Else Statement : executes some code if a condition is true and another code if that condition is false.
- PHP Nested If Else Statement : more if else statement is there then it said to be nested If Else Statement.
- PHP Else if Statement : executes different codes for more than two conditions.
- PHP Switch : selects one of many blocks of code to be executed.
PHP Loops :
When we write a program in php , we need to run over and over same block of code certain number of times. So , Instead of writing several time equal code in a program that's-why we use loop statement (जब हम php में कोई प्रोग्राम लिखते हैं, तो हमें कई बार कोड के एक ही ब्लॉक को चलाने की आवश्यकता होती है। इसलिए, एक कार्यक्रम में कई बार समान कोड लिखने के बजाय हम लूप स्टेटमेंट का उपयोग क्यों करते हैं।).
Loop is used for executing same block of code again and again until condition is being true. (लूप का उपयोग कोड के एक ही ब्लॉक को बार-बार निष्पादित करने के लिए किया जाता है जब तक कि स्थिति सही न हो।)
There are following types of loops
- While : a block of code run as long as the specified condition is true
- Do-while : a block of code once, and then repeats the loop as long as the specified condition is true
- for loop : a block of code a specified number of times
- foreach loop : a block of code for each element in an array
PHP Function :
Function is more powerful part of PHP. PHP has more than one thousand in-built function and in addition you can create own function. PHP function used for decreasing repeatation of code. Using function in php program big problem makes very easy. In easy ways says ". A Function is block of statement that can be used repeatedly in a program. PHP function will not not execute automatically, function will execute through a call function.
(फ़ंक्शन PHP का अधिक शक्तिशाली हिस्सा है। PHP में एक हज़ार से अधिक इन-बिल्ट फ़ंक्शन हैं और इसके अलावा आप स्वयं फ़ंक्शन बना सकते हैं। कोड के दोहराव को कम करने के लिए PHP फ़ंक्शन का इस्तेमाल किया जाता है। Php प्रोग्राम में फ़ंक्शन का उपयोग करने से बड़ी समस्या बहुत आसान हो जाती है। एक फंक्शन स्टेटमेंट का ब्लॉक है जिसे किसी प्रोग्राम में बार-बार इस्तेमाल किया जा सकता है। PHP फ़ंक्शन स्वचालित रूप से निष्पादित नहीं करेगा, फ़ंक्शन कॉल फ़ंक्शन के माध्यम से निष्पादित करेगा।)
e.g.
Write a public review