What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » php doubt(i'm still a noob don't worry LOL)

php doubt(i'm still a noob don't worry LOL)
Author: Message:
Chris.1
Full Member
***

Avatar
addicted to the net

Posts: 363
Reputation: 3
37 / Male / –
Joined: Jun 2003
RE: RE: php doubt(i'm still a noob don't worry LOL)
quote:
It should be this:


No it shouldn't! It should be this:

code:
<?php
$a = 1;
$b = 5;
if ($a > $b) {
   echo "a is bigger than b";
} elseif ($a == $b) {
   echo "a is equal to b";
} else {
   echo "a is smaller than b";
}
?>

02-25-2005 11:31 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
php doubt(i'm still a noob don't worry LOL) - by Jhrono on 02-25-2005 at 08:14 PM
RE: php doubt(i'm still a noob don't worry LOL) - by segosa on 02-25-2005 at 08:35 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Concord Dawn on 02-25-2005 at 09:04 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Jhrono on 02-25-2005 at 09:21 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Concord Dawn on 02-25-2005 at 09:27 PM
RE: php doubt(i'm still a noob don't worry LOL) - by segosa on 02-25-2005 at 10:10 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Jhrono on 02-25-2005 at 11:05 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Concord Dawn on 02-25-2005 at 11:20 PM
RE: RE: php doubt(i'm still a noob don't worry LOL) - by Chris.1 on 02-25-2005 at 11:31 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Jhrono on 02-26-2005 at 12:08 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Eljay on 02-26-2005 at 12:13 PM
RE: php doubt(i'm still a noob don't worry LOL) - by L. Coyote on 02-26-2005 at 06:30 PM
RE: php doubt(i'm still a noob don't worry LOL) - by Jhrono on 02-26-2005 at 08:02 PM
RE: php doubt(i'm still a noob don't worry LOL) - by spokes on 02-26-2005 at 11:16 PM
RE: php doubt(i'm still a noob don't worry LOL) - by segosa on 02-27-2005 at 07:04 AM
RE: php doubt(i'm still a noob don't worry LOL) - by L. Coyote on 02-27-2005 at 07:21 AM
RE: php doubt(i'm still a noob don't worry LOL) - by WDZ on 02-27-2005 at 07:25 AM
RE: php doubt(i'm still a noob don't worry LOL) - by Eljay on 02-27-2005 at 07:42 AM
RE: php doubt(i'm still a noob don't worry LOL) - by WDZ on 02-27-2005 at 07:44 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On