while true php code example Example 1: while true php while(true) { // Infinite Loop } Example 2: while in php <?php echo 'nice'; ?>