02-03-2009, 12:07 AM
|
#9 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
|
Quote:
Originally Posted by Village Idiot
Edwin, why are you just asking us to do particular tasks? I would be more than glad to help you with questions, but do your own basic work. What good are we actually doing for you by making simple edits? I'd suggest learning HTML so you can do these little tasks.
|
Agreed.
PHP Code:
<?php
$Freelabor = "bad";
if($problemExists = true) { //yes only 1
echo "Try it then ask specific help questions";
} else while($Freelabor == "bad") { //good luck changing that
echo "Go learn it yourself! try google.com";
if(1 = 2) break; //prove me wrong
}
?>
go run that if you need to see what it does.
|
|
|
|