<?php $age = 18; if ($age >= 18) { echo “Adult”; } else { echo “Minor”; } ?>
No images uploaded for this post.
No videos uploaded for this post.