PHP abstract classes in hindi-php अब्स्त्रक्त क्लासेज क्या है?

हेल्लो दोस्तों आज के इस पोस्ट में आपको PHP abstract classes in hindi  के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है Introduction to PHP Abstract Classes PHP5 में abstract classes और methods को introduce किया गया है। Abstract classes और methods object oriented programming के abstraction feature … Read more

What is php constructor in hindi-php कोन्सत्रुक्टोर क्या है?

हेल्लो दोस्तों आज के इस पोस्ट में आपको php constructor in hindi  के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है Introduction to PHP Constructor  Constructor एक function होता है जो class के अंदर declare किया जाता है। जब भी class का कोई नया object create किया … Read more

What is php destructors in hindi-php देस्त्रुक्टोर्स क्या है?

हेल्लो दोस्तों आज के इस पोस्ट में आपको php destructors in hindi  के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है Introduction to PHP Destructors Destructor एक special function होता है। जिस प्रकार constructor function object create करने पर call होता है उसी प्रकार destructor function object … Read more

What is php visibility in hindi-php विसिबिलिटी क्या है?

हेल्लो दोस्तों आज के इस पोस्ट में आपको php visibility in hindi के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है Introduction to PHP Visibility  किसी भी web application का secure होना अति आवश्यक होता है। यदि आपकी web application secure नहीं है तो कोई भी इसे आसानी से … Read more

What is php constants in hindi-php कांस्तान्ट्स क्या है ?

हेल्लो दोस्तों आज के इस पोस्ट में आपको php constants in hindi  के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है Introduction to PHP Constants PHP में variables के अलावा आप constants में भी data store कर सकते है। Constants variables की तरह ही होते है लेकिन … Read more

What is php & html in hindi-php & html क्या है?

हेल्लो दोस्तों आज के इस पोस्ट में आपको php & html in hindi  के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है Introduction to PHP & HTML  पिछली tutorial में आपने जो PHP page create किया उसमें पूर्णता PHP language का ही प्रयोग किया गया था। जैसा की आपने देखा केवल PHP … Read more

What is php filters in hindi-php फिल्टर्स क्या है ?

हेल्लो दोस्तों आज के इस पोस्ट में आपको php filters in hindi  के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है Introduction to PHP Filters लगभग सभी web applications बाहरी input पर निर्भर होती है। एक web application बाहरी input कई प्रकार से ले सकती है जैसे की – … Read more

PHP properties in hindi-php प्रॉपर्टीज क्या है?

हेल्लो दोस्तों आज के इस पोस्ट में आपको PHP properties in hindi  के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है Introduction to PHP Properties  PHP में class member variables को properties कहा जाता है। हालाँकि इन्हें attributes और fields के नाम से भी define किया जाता … Read more

PHP here document in hindi-php हियर डॉक्यूमेंट क्या है?

हेल्लो दोस्तों आज के इस पोस्ट में आपको PHP here document in hindi  के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है Introduction to PHP Here Documents PHP में here documents long string (text) को represent करने का एक आसान तरीका है। यह long text कुछ भी … Read more

PHP file uploading in hindi-php फाइल उप्लोअडिंग क्या है

हेल्लो दोस्तों आज के इस पोस्ट में आपको PHP file uploading in hindi  के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है Introduction to PHP File Uploading  PHP आपको server पर files upload करने की ability provide करती है। PHP के द्वारा आप एक या … Read more