Chuck code

From: 99% of gargoyles look like (MR_BASTARD)13 May 2015 20:54
To: ALL1 of 4
A recent order to disclose letters that Prince Charles has written to past governments led the BBC to write a fluff piece on ten things that Prince Charles's letters reveal.

Which spurned spurred me on to write this little snippet as an executive summary:
Code: 
<?php
for ($i=1; $1<=10; $i++)
{
    echo $i . ". He's a blithering idiot.";
}
?>
But would a while loop be better?

Edit: thank you DMFSXMITH
EDITED: 13 May 2015 21:53 by MR_BASTARD
From: CHYRON (DSMITHHFX)13 May 2015 21:12
To: 99% of gargoyles look like (MR_BASTARD) 2 of 4
Spurred?
From: koswix13 May 2015 21:29
To: 99% of gargoyles look like (MR_BASTARD) 3 of 4
Code: 
<?php
while (MOTHER_NOT_ABDICATED) {
    echo $i . ". But mummy, it's my turn now!";;
}
?>
From: CHYRON (DSMITHHFX)13 May 2015 21:33
To: koswix 4 of 4
MOTHER_NOT (ABDICATED || DEAD)
EDITED: 13 May 2015 21:34 by DSMITHHFX