PHP Create a MySQL Database And Table In Hindi
Introduction Create MySQL Database OR Create database using PDO (PHP DATA OBJECT) Example: PHP MySQL Create Table
PHP Create a MySQL Database And Table In Hindi Read More »
Introduction Create MySQL Database OR Create database using PDO (PHP DATA OBJECT) Example: PHP MySQL Create Table
PHP Create a MySQL Database And Table In Hindi Read More »
Introduction What is a Database और what is SQL? How to connecting Database MySQLi extension. PDO MySQLi extension Example: PDO (PHP Data Object) Example: Close Database Connection MySQLi Object-Oriented: PDO:
Connect MySQL Database Using PHP in Hindi Read More »
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
PHP Form Validation in Hindi Read More »
PHP form handling introduction HTML form view output PHP Form Handling PHP Form Handling First Name:* Email:* Phone:* Subject: Gender: Male Female I have a book I have a book1 I have a book2 Langauge Select langauge:PHPHTMLCSS Message:* Form method attribute और $_GET, $_POST, $_REQUEST variable Form action attribute
PHP Form Handling in Hindi Read More »
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
Session and Cookies in PHP in Hindi Read More »
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
PHP operators in Hindi Read More »
php में variables को define करने के लिए ” $ ” symbol का इस्तेमाल होता है| define किये गए varible में किसी values को asign ( मतलब की value को इस created variable में put करना या store करना होता है ) करने के लिए ” = ” symbol का इस्तेमाल होता है|
Variable in PHP in Hindi Read More »
Inline css में css को हम element के opening tag में style attribute का इस्तेमाल करके css set कर सकते है || style attribute का use करके HTML के सभी elements के लिए css set कर सकते है!.
Types of CSS in Hindi Read More »
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
PHP Super Global Variables in Hindi Read More »
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
Get and Post methods in Hindi Read More »