Posts by Willian.Cruz • 1 point
1 post
-
0
votes0
answers24
viewsQ: isset() error in php
I have the following code snippet: <?php $a = isset($_GET["ano"])?$_GET["ano"]:1900; $i = date("Y") - $a; echo "Você nasceu em $a e tem $i"; ?> Where the following errors are occurring: The…
phpasked Willian.Cruz 1