why you love php???

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

Post Reply
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

why you love php???

Post by Burrito »

Ok, I was feeling a little creative this morning on my way to work and thought that I'd try to spur some creativity in all of you...we're not all just programmers, we do have some creativity running through our veins....albeit, not much in my case:

that said, I wanted to start a thread as to why you all love php. You can express yourself with a picture, a few words, or a poem etc...

I tapped all of my creative energy and wrote a short haiku for my reasons. Here you go:

why I love the web?
p-h-p is the answer
it is what makes good

tough to fall within the parameters I know...but unfortunately, I'm not Kobayashi Issa

so why do ya?
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

HAHAHAHAHA! hellz ya! that was awesome.

I love php because it gives me the world I want, the world were if somthing goes wrong I am the only one to blame, the world that I create. Its my art work, I paint in php :lol:
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I (!hate) PHP... get it? :roll:
method_man
Forum Contributor
Posts: 257
Joined: Sat Mar 19, 2005 1:38 am

Post by method_man »

i get it lol

php==awsome :D
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post by infolock »

well... when I'm not dating or drinking with some buddies, I found the need of something that kept me busy. In the area where I live currently (Manchester, KY in the Appalacian Mountains) there is the following to do : a) go to walmart (only open until 8pm), b) hang out at a gas station, c) ehh.. well there isnt' even a c..

you'd be suprised how time you can spend learning languages like php when you are pretty much forced to find something to do 8O
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

i also thought of this picture

Image
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

User avatar
wwwapu
Forum Contributor
Posts: 197
Joined: Wed Apr 07, 2004 11:57 am
Location: Turku, Finland

Post by wwwapu »

Code: Select all

<?php
session_start();
$jk='Jari';
if(!php){
	print bored($jk);
}else print "$jk is having fun";

function bored($name){
	return "$name is very bored";
}
Post Reply