Ajax
AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and Java Script.
The example is below for insert, update, delete and file uploading in PHP.
AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and Java Script.
The example is below for insert, update, delete and file uploading in PHP.
Create files in a project folder like below :
- Project
- db.php
- insert.php
- delete.php
- view.php
db.php
insert.php
edit.php
delete.php
view.php
Comments
Post a Comment