<?php #There is no official forever loop in PHP but, using this, you can create one: while (1 == 1) { echo "Never Ending" } ?>