PHP Competitions

We know you have an opinion on how things should be run around here. These are suggestions for the forums, and the website.This forum is not a place to ask for suggestions to your own coding (or otherwise) problems.

Moderator: General Moderators

Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post by Draco_03 »

Hey i think ppl should start thinking beiing judge.. like let's say
NAY --> wanna be judge?
Qads --> wanna be judge?
Jason --> wanna be judge?
Twigletmac --> wanna be judge?
Infolock --> wanna be judge?
Saethyr --> wanna be judge?

if there is anyone else that want to well just post your demand..
saethyr, you should get all judge msn and you should start thinking about a subject, and how you will organise the competition :)

cheers
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

Code: Select all

$i = 0;
while($i < 100){
if($i % 2) {
echo "yes";
} else {
echo "no";
}
}
8)

-Nay
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post by nigma »

Code: Select all

<?php
for ($idx=0;$idx<100;$idx++)
{
  if ($idx%2==0) { echo 'yes '; }
  else { echo 'no '; }
}
?>
Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post by Draco_03 »

hey this postwasdead for a long time.. why's that.. we still could actually do something like that..
i would like to see things like that
cuz i m not good enough to participate yet :P
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

its dead cos everyone wants to see it happen but cant be bothered to actually make it happen.
Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post by Draco_03 »

yay i kinda see that :(
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post by infolock »

well, this is truthfully the first time i've heard about it. what all is involved? i would help to get it organized if such a thing went into action.
Post Reply