<?php if(isset($_POST['submit'])){ $number= $_POST['number']; if($number%2==0){ echo "The number is EVEN"; } else{ echo "The number is ODD"; } } ?> <html> <head> <title>ODD OR EVEN</title> </head> <body> <form action="" method='POST'> <label for="number">Please Enter a Number</label> <input type="text" name="number" value=""> <br><br> <input type="submit" value="Done" name="submit"> </form> </body> </html>
Stay tuned for the PHP Magento, WordPress and Magento2 latest tutorial and updates, Hope you enjoyed reading, if you need the professional Magento Development / PHP we can help you, just Click on the Link and send me your requirements.
Please Like the Post on Facebook or Google+.