How to include javascript in html in hindi

how to include javascript in html in hindi

Introduction Internal javascript code Example Javascript External file Example: Javascript jsscript.js file External js file के फायदे || javascript की separate file से code को manage करना आसान होता है || HTML document और javascript code दोनों की separate files होतो दोनों का code सरल बनता है| javascript file को cached किया जाये तो webpages […]

Read More

How to include javascript in html in hindi

Read More »

SQL Introduction in Hindi

sql introduction in hindi

Introduction What is database? database क्या है? Type of database Relational Database Non-relational database What is database table? database table क्या है? What is SQL? SQL क्या है? Type of SQL command statements Data Definition Language (DDL) Data Manipulation Language (DML) Transaction Control Language Data Control Language Data Query Language Data Definition Language (DDL) Statements

Read More

SQL Introduction in Hindi

Read More »

How to image upload in PHP in hindi

how to image upload in php in hindi

Introduction Create Database and Database Table Example: Database Configuration HTML form for image uploading Image Upload ke liye php script move_uploaded_file PHP $_FILES $_FILES[‘filename’][‘name’] $_FILES[‘filename’][‘type’] $_FILES[‘filename’][‘size’] $_FILES[‘filename’][‘tmp_name’] Image upload fullcode

Read More

How to image upload in PHP in hindi

Read More »

MySQL introduction in HINDI

mysql database introduction in hindi

MySQL एक open source relational database management system है!. जिसका इस्तेमाल website के data को मैनेज करने के लिए खास तोर पर किया जाता है!. MySQL database का इस्तेमाल सभी छोटी या बड़ी level की website या application में data को manage करने के लिए किया जाता है!.MYSQL database जो होता है वह tables का collection होता है.

Read More

MySQL introduction in HINDI

Read More »

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 »