skip to Main Content

how to pass JavaScript value to PHP page – Jquery ajax

It is showing undefined function in PHP page.And i made every possible way it is not working for me.Please guys help me with this. <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> </head> <body> <div id="myDiv">Welcome to stackoverflow</div> </body> <script> $(document).ready(function(){ var…

VIEW QUESTION
Back To Top
Search