php

PHP Iterators and Generators

Introduction to PHP Iterators जैसा की आपको पता है PHP में arrays objects है। आप for each लूप का प्रयोग करते हुए array के …

PHP MySQLi

Introduction to PHP MySQLi MySQL databases को handle करने के लिए PHP में नया MySQL extension add किया गया है। इस …

PHP Namespaces

Introduction to PHP Namespaces Namespaces एक तरह के डेटा को एक साथ bind करने के लिए यूज़ किये जाते है। साथ ही ये same …

PHP Operators

Introduction to Operators Variables के साथ operations जैसे की addition, division, comparison आदि perform करने के लिए …

PHP Print

Introduction to PHP print PHP में output display करने के लिए echo और print को use किया जाता है। PHP echo की ही तरह print …

PHP Properties

Introduction to PHP Properties PHP में class member variables को properties कहा जाता है। हालाँकि इन्हें attributes और …

PHP References

Introduction to PHP References PHP में references का अहम role होता है। References को अलग अलग purposes के लिए program में …

PHP Sessions

Introduction to PHP Sessions Sessions का बहुत ही सिंपल concept होता है। उदाहरण के लिए आप किसी cyber cafe पर web surfing …

PHP Strings

Introduction to PHP Strings जब बहुत से characters को एक साथ sequence में लिखा जाता है तो वे एक string का निर्माण करते …