I try to use a html form to call a php script. The link to the from is: http://scryptpower.de/login. Everytime I click "Senden" the php script should be called, but everytime I click the button, the script location shows me in the url, but the script didn´t run. It duplicate the whole page.
HTML:
<html><body><form action="scripts/login.php" method="post"><input type="submit"></input></form></body></html>
PHP:
<?php echo "Hello World"; ?>
Maybe this is because I use cloudflare ?
Regards
Nico