im self studying php because it is not offered in out school...
This is my first time...
<?php $aged= 100; $age= $_Post["Age"]; if ( $_POST["age"] > $aged) echo "Invalid Input!"; else ?>
Error:
Notice: Undefined variable: _Post in C:\xampp\htdocs\MyProject\FirstPhp\Welcome.php on line 6
Invalid Input!
how can i get the inputed data to a variable?
i manage to solved it thanks for viewing

New Topic/Question
Reply




MultiQuote




|