[Solved] Hi , i am executing a python script using php but I do not want the page to refresh when a button is clicked because i have embedded other pages too [closed]

[ad_1]

Use JQUERY Ajax

    $.post("url to process data",{data:data}, function(response){
       //do something with the response
     )};

5

[ad_2]

solved Hi , i am executing a python script using php but I do not want the page to refresh when a button is clicked because i have embedded other pages too [closed]