//My code
<?php
if($age==25){
echo "My age is: ".$age." Years old <br />";
echo "<script type='text/jscript'>window .alert('are you sure your age is $age?')</script>";
}
else{
// i need the anchor tag to be visible not this part of code after i click how can id that thx
echo "You are liar <br />";
exit;
}
?>
<a href="?age=25"> My age is</a>
<?php
if($age==25){
echo "My age is: ".$age." Years old <br />";
echo "<script type='text/jscript'>window .alert('are you sure your age is $age?')</script>";
}
else{
// i need the anchor tag to be visible not this part of code after i click how can id that thx
echo "You are liar <br />";
exit;
}
?>
<a href="?age=25"> My age is</a>
Comment