Store the users input from a text field in a variable. Any ways to do this?
HTML:
<input type="text" name="firstname" />
PHP-onsubmit (untested)
<?php
$firstname = $_POST["firstname"];
?>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With