Php

Get and Post methods in Hindi

get and post method in hindi

Get and Post methods introduction HTML form handling Example: Examle: output: GET method HTML form में get method से send की जाने वाली सभी information url में visible होती है!. get method में limit character string send कर सकते है जिसमे 1024 character ही send कर सकते है!. अगर हम password या दूसरी कोय sensitive […]

Read More

Get and Post methods in Hindi

Read More »

php array() function lists in hindi

php array function in hindi

php में array() function का इस्तेमाल array create करने के लिए होता है| इस arrar() function से indexed arrays और associative array जैसे array बी create कर सकते है! array single dimensional और multi dimensional बी हो सकते है|.

Read More

php array() function lists in hindi

Read More »

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 »

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 »

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 »

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 »

php switch statement example

switch statement, if statement की तरह एक conditional statement है जिसका condition के आधार पर अलग-अलग action perform करने के लिए इतेमाल किया जाता है|switch statement और if statement में काफी similiraty है लेकिन इन दोनों statement में just यह different है की switch statement में directly अपने expression statement पे jump करता है जब

Read More

php switch statement example

Read More »

php strings

php strings Strings character का sequence यानि की समूह (group) है|| string declaration string तीन तरीके से declare कर सकते है|| single quoted double quoted doc syntax nowdoc => यह single quoted की तरह काम करता है|| heredoc => यह double quoted की तरह काम करता है|| Single quoted single quoted में, string को single

Read More

php strings

Read More »

PHP loops introduction

Types of loops in php while loop while loop में code का block तब-तक execute होगा जब-तक while loop में दी गई condition true होती है| while statement में condition true है तब-तक ही code execute होगा अगर while statement की condition false होगी तो while statement का code execution बंद हो जायेगा. While loop

Read More

PHP loops introduction

Read More »