Page 1 of 1

why you love php???

Posted: Mon May 23, 2005 1:21 pm
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?

Posted: Mon May 23, 2005 1:24 pm
by Roja

Posted: Mon May 23, 2005 1:38 pm
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:

Posted: Mon May 23, 2005 6:50 pm
by John Cartwright
I (!hate) PHP... get it? :roll:

Posted: Mon May 23, 2005 8:55 pm
by method_man
i get it lol

php==awsome :D

Posted: Mon May 23, 2005 11:55 pm
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

Posted: Tue May 24, 2005 3:02 am
by JayBird
i also thought of this picture

Image

Posted: Tue May 24, 2005 5:43 am
by shiznatix

Posted: Tue May 24, 2005 9:42 am
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";
}