why you love php???
Moderator: General Moderators
why you love php???
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?
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?
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
-
method_man
- Forum Contributor
- Posts: 257
- Joined: Sat Mar 19, 2005 1:38 am
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
you'd be suprised how time you can spend learning languages like php when you are pretty much forced to find something to do
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";
}