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
Nay
Forum Regular
Posts: 951 Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia
Post
by Nay » Tue Jan 06, 2004 9:52 am
index.php ?sub=v&word=vmail
you were saying........?
-Nay
JAM
DevNet Resident
Posts: 2101 Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:
Post
by JAM » Tue Jan 06, 2004 11:29 am
I'm european, so it might be that. But can someone explain?
[Moved to General Discussion]
Gen-ik
DevNet Resident
Posts: 1059 Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.
Post
by Gen-ik » Tue Jan 06, 2004 1:14 pm
What the hell!?
Someone has completely lost the plot by the looks of it.
Here's three words for you... PINK PADDED and CELL
Anyway PHP doesn't suck, it's probably one of the best server-side languages out there. The only people that say "PHP sucks" are the ones too dumb to be able to work with it.
m3mn0n
PHP Evangelist
Posts: 3548 Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada
Post
by m3mn0n » Tue Jan 06, 2004 4:56 pm
My point exactally, Gen-ik.
btw the link and this topic title have absolutely no relation and is rather confusing me as to why it was even started.
uberpolak
Forum Contributor
Posts: 261 Joined: Thu Jan 02, 2003 10:37 am
Location: Next to the bar
Post
by uberpolak » Tue Jan 06, 2004 5:44 pm
Correction, the people who think PHP sucks are the ones making money off of ASP.
mwong
Forum Commoner
Posts: 34 Joined: Sun Dec 28, 2003 2:58 am
Post
by mwong » Tue Jan 06, 2004 6:21 pm
I don't get it!
Straterra
Forum Regular
Posts: 527 Joined: Mon Nov 24, 2003 8:46 am
Location: Indianapolis, Indiana
Contact:
Post
by Straterra » Tue Jan 06, 2004 7:22 pm
JAM
DevNet Resident
Posts: 2101 Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:
Post
by JAM » Tue Jan 06, 2004 7:37 pm
<annoying>
You cant.
Code: Select all
Fatal error: Call to undefined function: stone() in /über/index.php on line 2
</annoying>
Straterra
Forum Regular
Posts: 527 Joined: Mon Nov 24, 2003 8:46 am
Location: Indianapolis, Indiana
Contact:
Post
by Straterra » Tue Jan 06, 2004 7:51 pm
Yeah, I tried it to...we can only hope that someday they make the function...
scorphus
Forum Regular
Posts: 589 Joined: Fri May 09, 2003 11:53 pm
Location: Belo Horizonte, Brazil
Contact:
Post
by scorphus » Tue Jan 06, 2004 8:09 pm
Hey! Why don't we hack it?
m3mn0n
PHP Evangelist
Posts: 3548 Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada
Post
by m3mn0n » Wed Jan 07, 2004 5:02 am
Alas, we doth possess thy power of function inception, gentlemen!
Code: Select all
<?php
function stone ($name)
{
include '/home/god/earth.php';
foreach($rockonplanetearth as $ammo)
{
echo "/me stones ".$name." with ".$ammo;
}
}
?>
malcolmboston
DevNet Resident
Posts: 1826 Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK
Post
by malcolmboston » Wed Jan 07, 2004 7:14 am
lolol, PHP > CGI/PERL > ASP > CF
imho anyway
Pyrite
Forum Regular
Posts: 769 Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:
Post
by Pyrite » Wed Jan 07, 2004 9:58 am
I have a friend who started talking about why PHP sucked and why ASP was better one day. He's actually a php programer himself, but his arguments were ones that I didn't care about anyways. Like php can't handle file uploads bigger than 500 megs or something, nothing I would ever care about.