PHP echo/print statements in Hindi

php echo/print statement introduction php में echo और print दोनों ही statement output को display करने के लिए इस्तेमाल होते है| echo और print statement में थोड़ी similarity और different बी है|echo statement में multiple parameter सेट कर सकते है जब की print statement में एक ही parameter रख सकता है यही echo statement, print […]

Read More

PHP echo/print statements in Hindi

Read More »

PHP array in Hindi

Array एक data structure है जो data को key value formate में store करता हैi. array matalab php में ऐसा variable जिसमे हम multiple values को store कर के रख सकते है|. php के simple variable में क्या होता है की हम at the time एक टाइप की ही value को store कर सकते हैi. अगर एक से ज्यादा value को store करना पद जाये तब हम array variable में multiple value store करके अपने program logic में इस्तेमाल कर सकते है|.

Read More

PHP array in Hindi

Read More »

jQuery basic introduction in Hindi

jquery basic introduction in hidn

jQuery introduction What is Jquery? Jquery क्या है? Javascript Example: Jquery Example: jQuery को कैसे add करे अपने webpage में! Download करके अपने project folder में file create करके Direct link via CDN(content delivery network) Download करके अपने project folder में file create करके ProjectName/ ├── css/ | └── style.css ├── js/ | └── script.js

Read More

jQuery basic introduction in Hindi

Read More »

CSS basic introduction in Hindi

CSS introduction css syntax: Example: css को लिखने के लिए सामान्य rules ऊपर में देख सकते है|| Selector : selector यानि की webpage का element name, class , id name ये सभी हो सकते है|| perticuler element पे css की effect set करने के लिए class , id name और खुद element का selector की

Read More

CSS basic introduction in Hindi

Read More »

PHP math functions in Hindi

php math functions in hindi (1)

php math functions introduction php abs() function abs() function का इस्तेमाल करके हम php में किसी बी number का absolute value प्राप्त कर सकते है|| ऊपर के example में देख सकते है abs() function सभी negative numbers को positive numbers में change कर देता है|| php sqrt() function sqrt() function का इस्तेमाल करके हम number

Read More

PHP math functions in Hindi

Read More »

WordPress installation steps for beginners in Hindi

wordpress installation steps for beginners

WordPress download पहले की प्रक्रिया हिंदी में! step-1: wordpress installation/download basic introduction wordpress एक open-source software है वह internet पे free में available है|| wordpress को अपने machine यानि laptop,computer में सेट करने के लिए wordpress software को wordpress की official website से download करना होता है || download किया गया wordpress software folder zip

Read More

WordPress installation steps for beginners in Hindi

Read More »

Php string functions in Hindi

php strings function in hindi

Php string function in Hindi php में string के लिए कई सारे function है वह string function core php का एक भाग है| string के सभी functions का इस्तेमाल के लिए किसी प्रकार की installation की जरुरत नहीं है|| strlen() function in hindi string की length find करने के लिए| strlen() function का इस्तेमाल करके

Read More

Php string functions in Hindi

Read More »

Javascript introduction in Hindi

javascript introduction in hindi

Javascript basic introudction in hindi Javascript एक lightweight interpreted scripting language है| javascript एक client-side, open-source, cross-platform और object-oriented scripting language है| javascript के मदद से हम हमारे webpage को ज्यादा interactive बना सकते है| javascript file का extension html और php की तरह .js है| javascript का इस्तेमाल करके client-side pages को dynamic बना

Read More

Javascript introduction in Hindi

Read More »

What is Laravel in Hindi? Laravel क्या है? हिंदी में|

what is laravel introcution of laravel in hindi

Introduction of laravel Laravel एक framework है जिसे Php का इस्तेमाल करके बनाया गया है। Laravel को Taylor Otwell ने July 2011 में develop किया था laravel एक MVC ( Model-View-Controller ) architectural pattern follow करता है। laravel एक open-source और most popular PHP framework है। What is laravel? What is framework and MVC ?

Read More

What is Laravel in Hindi? Laravel क्या है? हिंदी में|

Read More »

Php introduction in Hindi

php introduction in hindi

Introduction of php in Hindi php एक most popular server-side scripting language है और php का उपयोग web developmentके लिए किया जाता है|php को के साथ start or close कर सकते है| file में php का code लिखने के लिए php start or close लिखना जरुरी होता है|php का उपयोग करके कई प्रकार के software

Read More

Php introduction in Hindi

Read More »