php

First PHP Program

Your First PHP Program PHP एक बहुत ही simple scripting language है। यदि आपने C language पढ़ी हुई है तो आप आसानी से PHP …

Introduction to PHP

Introduction to PHP Hypertext Preprocessor HTML एक बहुत ही आसान और उपयोगी language है। HTML के द्वारा आप web pages …

PHP Abstract Classes

Introduction to PHP Abstract Classes PHP5 में abstract classes और methods को introduce किया गया है। Abstract classes और …

PHP Classes and Objects

Introduction to PHP Classes Class एक object oriented programming feature है। इसके द्वारा आप किसी data और उस पर perform …

PHP Constructor & Destructor

Introduction to PHP Constructor Constructor एक function होता है जो class के अंदर declare किया जाता है। जब भी class का …

PHP Cookies

Introduction to PHP Cookies Cookies पुराने यूज़र को identify करने के लिए यूज़ की जाती है। Cookie एक छोटी सी file होती …

PHP Data Types

Introduction to PHP Data Types आप किस तरह की information किसी variable में store करना चाहते है ये आप data types के …

PHP Echo

Introduction to PHP echo PHP में echo एक language construct है। कई बार echo को function के रूप में misjudge कर लिया जाता …