"Pitt Happens"

Started by TRH116 pages

Originally posted by PITT_HAPPENS
Thanks 🙂 I finally got my site up as well, it's not completely done but most of it is.

Electric Cog Design

HITECH PITTMAN!!woot

Originally posted by TRH
HITECH PITTMAN!!woot
robot

oh2guns

Originally posted by TRH
oh2guns
Time to armor up colossus4

GAH!!

pitt_woot

"Caution, Blind Man Driving."

Originally posted by TRH
"Caution, Blind Man Driving."
secret

ermmvin

The scary part is I've ready about blind drivers before 😱

[php]
$n = 0;
while ($n < 1) {
if (date("d"😉 == date("d"😉) {
echo "I want a beer";
} else {
echo "I need a beer";
}
$n--;
}
[/php]

Originally posted by PITT_HAPPENS
[php]
$n = 0;
while ($n < 1) {
if (date("d"😉 == date("d"😉) {
echo "I want a beer";
} else {
echo "I need a beer";
}
$n--;
}
[/php]
the hell?

Originally posted by TRH
the hell?
Don't you speak PHP? 😉

Originally posted by PITT_HAPPENS
Don't you speak PHP? 😉
noermm

Originally posted by TRH
noermm
It is an endless loop that would print out "I want a beer" until the end of time 🙂

well....what about the thing thats only 1 and 0

Originally posted by TRH
well....what about the thing thats only 1 and 0
It is called a while loop, it will keep doing the same code as long as the conditions are true. So $n equels 0 so $n is less than 1 so it will start the loop then at the end $n—means to subtract 1 from $n which is zero so it does the loop again and since $n will never equal zero it will keep running.

Originally posted by PITT_HAPPENS
It is an endless loop that would print out "I want a beer" until the end of time 🙂
I can write HTML code (barely), but not PHP 😱

Originally posted by Strangelove
I can write HTML code (barely), but not PHP 😱
sly You must learn it young one

I HATE SPAM!!! 😠

I had to go through over 5,000 spam emails today