09-22-2010, 07:35 PM
|
#10 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Quote:
Originally Posted by sketchMedia
Now I want 400 lines of that by monday!
|
PHP Code:
echo implode(
PHP_EOL,
array_fill(0, 400, "Filter input, escape output.")
);

|
|
|
|