Main menu

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 
Here we list some routines for the perpetual facepalm in PHP.

1. Simple Forloop (Via @coolacid)

for (x=1; x>0; ++x) {
echo "Facepalm";
pause (1);
}