PHP Form Validation in Hindi

php form validation in hindi

PHP form validation Introduction jQuery HTML form validation in hindi Type of form validation Server side validation example Input length Empty values Numbers only Validate email address The HTML Form output PHP Form server side validation PHP Form server side validation First Name:* Last Name:* Email:* Mobile:* Password:* Server side validation code Client-side validation using

Read More

PHP Form Validation in Hindi

Read More »

Session and Cookies in PHP in Hindi

session and cookie in php in hindi

PHP session and cookies introduction What is a session? session क्या होता है? Session को कैसे start कर सकते है? Example: Set session को कैसे get करा सकते है? Example: Session variable value को कैसे update change कर सकते है? Session variable value को destroy या unset कैसे कर सकते है? What is a cookie

Read More

Session and Cookies in PHP in Hindi

Read More »

PHP operators in Hindi

php operators in hindi

PHP operators introduction PHP Operators Arithmetic operators Assignment operators Logical operators Comparision operators Increment/decrement operators Conditional operators String operators Arithmetic operators Arithmetic all operator description: Operator Description Example Result + two value addition 10 + 2 12 – subtraction operation 10 – 2 8 * multiplication operation 10 * 2 20 / Division operation 10

Read More

PHP operators in Hindi

Read More »

Variable in PHP in Hindi

variable in php in hindi

php में variables को define करने के लिए ” $ ” symbol का इस्तेमाल होता है| define किये गए varible में किसी values को asign ( मतलब की value को इस created variable में put करना या store करना होता है ) करने के लिए ” = ” symbol का इस्तेमाल होता है|

Read More

Variable in PHP in Hindi

Read More »

PHP Super Global Variables in Hindi

Super Global Variables in hindi

php superglobal variables introduction $GLOBALS $_SERVER $_REQUEST $_POST $_GET $_FILES $_ENV $_COOKIE $_SESSION php $GLOBALS variable Example: output php $_SERVER variable Example: Code Description $_SERVER[‘PHP_SELF’] इसका इस्तेमाल currently execute हो रही script की filename को display करने के लिए. $_SERVER[‘GATEWAY_INTERFACE’] इसका इस्तेमाल common gateway interface का version display करने के लिए होता है जो server

Read More

PHP Super Global Variables in Hindi

Read More »

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 »