[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]


Use JQUERY Ajax

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

5

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]