Ajax Js to PHP without reload page

1
2
$(document).ready(function () {
//EXCEPTION SUBMIT
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
What is this related to:
1. U have a form with data;
2. U want to send this data from js to php for processing and get the result back;
3. U dont want to interrupt user with reloading of a page;
4. U want to put some msg with result somewhere;

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.