Php

Ajax post request example with jquery and PHP in Hindi

ajax post request example with jquery and php in hindi

ajax का full form asynchronous javascript and xml है!. clien-side से data को web page को refresh किये बिना backed-side server से data को fetch display और database में data को insert और update करा सकते है!.

Read More

Ajax post request example with jquery and PHP in Hindi

Read More »

What is ajax in Hindi?

what is ajax in hindi

AJAX का full form Asynchronous JavaScript and XML है!. ajax हमें बिना page, को refresh या load किये back-end side server से data fetch करके available करवाता है!. और data को हमें बिना page refresh किये बिना update और delete बी करवा सकते है!. ajax एक browser based application है!. और ajax का इस्तेमाल database से interactive करके data को मैनेज करने के लिए इस्तेमाल किया जाता है!. ajax web-server से data को web-browser में data को transfer यानि send करता है!.

Read More

What is ajax in Hindi?

Read More »

How to insert HTML form data into database using php in Hindi

html form data insert into database using php in hindi

Introduction step – 1 =>HTML formstep – 2 => create database and table & database configurationstep – 3 => Get form data using php scriptstep – 4 => sql Insert statementstep – 5 => full source code HTML form Example: Create database and table & database connection Create database Create table database connection config.php SQL

Read More

How to insert HTML form data into database using php in Hindi

Read More »

Different Between php5 and php7 in Hindi

different between php5 and php7 in hindi

Introduction PHP5 के बारे में!. Disadvantages of PHP5 PHP7 के बारे में!. Advantages of php7 php5 and php7 के advance feature के difference Scalar type declaration Return type declaration Null coalescing operator Spaceship operator Constant arrays using define Difference between php5 and php7 1. Speed and performance 2. Engine Version 3. 64-bit supported 4. Easy

Read More

Different Between php5 and php7 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 »