अगर आप programming सीख रहे हैं तो आपको programming के basic जानना बहुत ही जरुरी है| Constant भी उसी basic list में एक है| आज के इस tutorial में हम … [Read more...] about PHP Constants – PHP में constant क्या होता है?
PHP
PHP में Composer क्या होता है? Composer कैसे install करते हैं?
Composer एक dependency manager tool है जो की PHP के project में dependency को manage करने का कार्य करता है that means जितने भी उस project में … [Read more...] about PHP में Composer क्या होता है? Composer कैसे install करते हैं?
PHP Variable Scope: PHP में Variable के scope के बारे में जानकारी
PHP variable scope: सभी programming language में variable का scope अलग अलग प्रकार से define किया जाता है| Variable scope का मतलब होता है की वह … [Read more...] about PHP Variable Scope: PHP में Variable के scope के बारे में जानकारी
Variable in PHP in Hindi: PHP में Variable क्या होता है
Variable in PHP in Hindi: किसी भी programming language में variable का उपयोग value को store करने के लिए किया जाता है| Variable का हिंदी meaning … [Read more...] about Variable in PHP in Hindi: PHP में Variable क्या होता है
echo and print statement in PHP – PHP में echo और print statement क्या होता है?
PHP में सबसे ज्यादा उपयोग होने वाला keyword echo है| यह screen पर string या variable के value को print करने का काम करता है| आज के इस tutorial में हम … [Read more...] about echo and print statement in PHP – PHP में echo और print statement क्या होता है?