skip to Main Content

Use PHP file in Javascript – Jquery ajax

I have a PHP file contain some calculation. Now, I want to integrate the calculation into javascript in another file. How i can pass the variable in javascript to do calculation inside php? this is my javascript code: $("#upload").on("click", function(){…

VIEW QUESTION
Back To Top
Search