Infinite loops in PHP Sometimes, they are demonized, and sometimes, they are useful. Infinite loops come in a variety of options in PHP, so let’s put them neatly on a shelf, with all theirs variations. Classic while (true) To make an infinite loop, the most simple is to take a loop, and make it unconditional. […]