Show this once\"; print \"display everytime\"; $i++; } ?> >
display everytime
Yes, indeed.
You can also combine the if and the increment, so you won't forget to increment:
if (!$i++) echo "Show once.";