Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to react on a html button click in php

<script>
function test(){
    $.ajax({url:"echo.php", success:function(result){
    $("div").text(result);}
})
} 
</script>
Source by www.delftstack.com #
 
PREVIOUS NEXT
Tagged: #react #html #button #click #php
ADD COMMENT
Topic
Name
4+5 =