My first PHP
Platform: PHP
Published Dec 12, 2008
Updated Dec 12, 2008
That's the HTML of it, I guess...I'm new to this so please go easy on me...That goes before the actual code.
<? if($age >= "18"); {
echo "Hello, you are $age "; }
else{
echo "Sorry, you are not the correct age."; }
?>
</body>
</html>