Clan x86

Off topic/Crap => Trash Can => Topic started by: Joe on September 06, 2005, 02:31:14 AM

Title: Re: Cottage!
Post by: Joe on September 06, 2005, 02:31:14 AM

<?
  $joe = 31337;
  $con = 0;

  while ($joe > $con) {
    LOL();
  }

  function LOL() {
    echo("LOL<br />\n");
  }
?>
Title: Re: Cottage!
Post by: Blaze on September 06, 2005, 07:32:56 AM
Don't you have to declare functions before calling them joe? :P

edit:
What about he php tags?