10-03-2003, 01:00 AM
|
|
Confirmed User
Industry Role:
Join Date: Oct 2001
Location: Montreal
Posts: 3,989
|
Quote:
Originally posted by drunkdollars
How much did he charge you for this?
PHP Code:
<?php
function oh_werd_dog()
{
echo "CHEATER!";
}
$user = "JupZChris";
$posts_per_day = "50";
if(strlen($user > $posts_per_day))
{
oh_werd_dog();
}
else
{
for($posts = 0; $posts = $user; $posts++)
{
oh_werd_dog();
}
}
?>
|
expected ) at line 7 LOL
|
|
|