Answers for "how to do a submit button in php without reloading the page"

PHP
0

how to do a submit button in php without reloading the page

<iframe name="votar" style="display:none;"></iframe>
<form action="tip.php" method="post" target="votar">
    <input type="submit" value="Skicka Tips">
    <input type="hidden" name="ad_id" value="2">            
</form>
Posted by: Guest on March-15-2022

Code answers related to "how to do a submit button in php without reloading the page"

Browse Popular Code Answers by Language