Php

How to insert data into the database using PHP in Hindi

how to insert data into the database using php in hindi

Introduction Data को database के table में insert करने के लिए जरुरी steps WAMP (web server) HTML form php MySQL WAMP (web server) Creating the Html Form output: Employee Form Employee Form First Name: Last Name: Email Address: Mobile: Gender: Male Female Mysql database connection before save data into databse Form data inserting into the

Read More

How to insert data into the database using PHP in Hindi

Read More »

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 »