Fun with PHP, join me!

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

Is my script the winning one?

YEAH! :)
User avatar
redhair
Forum Contributor
Posts: 300
Joined: Fri May 30, 2003 4:36 pm
Location: 53.23N-6.57E
Contact:

Post by redhair »

* all went quiet

8O
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

lol you guys get the award for most inefficient coders;)

you're all fired!
nielisheng
Forum Newbie
Posts: 1
Joined: Tue Jul 08, 2003 6:27 am

hello

Post by nielisheng »

m@ndio wrote:not a very appropriate post mate :wink:
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Re: hello

Post by []InTeR[] »

nielisheng wrote:
m@ndio wrote:not a very appropriate post mate :wink:
What do you mean?
User avatar
redhair
Forum Contributor
Posts: 300
Joined: Fri May 30, 2003 4:36 pm
Location: 53.23N-6.57E
Contact:

Post by redhair »

Must be a lost newbie message...responding on another topic.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Mine will blow you ALL away!!


Code: Select all

<?php
print ("Hello, World!");
?>
Sinnix
Forum Commoner
Posts: 43
Joined: Mon Apr 28, 2003 11:01 am
Location: Ottawa, ON Canada
Contact:

Post by Sinnix »

Sami wrote:Mine will blow you ALL away!!


Code: Select all

<?php
print ("Hello, World!");
?>
haha... not this again...

Code: Select all

<?php echo('Hello, World!') ?>
;)
qartis
Forum Contributor
Posts: 271
Joined: Sat Dec 14, 2002 4:43 pm
Location: BC, Canada
Contact:

Post by qartis »

World's most inefficient code?

Code: Select all

Hello World
Run that through php, and check the output :)


But seriously, the world's most innefficient code to print "Hello World" is probably..

Code: Select all

while(1){
leak();
}
echo "Hello World";
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

<?='Hello World!' ?>

shortest, i think :? :wink:
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

oopsie, didn't see the date :P

Edit: huh, this topic was placed first before i posted, some kind of bug?
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

if your just gona do a 'hello world', why use php at all? :lol:
Steveo31
Forum Contributor
Posts: 416
Joined: Sun Nov 23, 2003 9:05 pm
Location: San Jose CA

Post by Steveo31 »

This is hilarious... wow. Too advanced for me though.
User avatar
llanitedave
Forum Commoner
Posts: 78
Joined: Thu Jan 15, 2004 11:24 am
Location: Las Vegas, NV.

Post by llanitedave »

vigge89 wrote:oopsie, didn't see the date :P

Edit: huh, this topic was placed first before i posted, some kind of bug?
I'm glad it got resurrected: I've got an idea...

Maybe.
Post Reply