function goToWork ($numberOfProjects, $theWeather, $currentMood) { if (date("H") >= 8 && !(strpos($theWeather,"raining")) && $currentMood == "ok") { return "yep"; } else { return "nope"; } }
8/18/2008 11:18:21 AM
void[Edited on August 18, 2008 at 11:24 AM. Reason :
8/18/2008 11:24:06 AM
PHP FUNCTION NGGA
8/18/2008 11:24:40 AM
^^^NOTICE: Undefined Variable "currentMoot" in evan.php on line 3. for me:
sleep(60*60*8);
8/18/2008 11:31:43 AM
lmaogotta love dem typos
8/18/2008 11:33:01 AM
<html><body><?phpfunction writeMyName() { echo "Evan is a bitch-ass trick"; }echo "Hello world!<br />";echo "My name is ";writeMyName();echo ".<br />That's right, ";writeMyName();echo " is my name.";?></body></html>
8/18/2008 11:34:33 AM
You should use single quotes.
8/18/2008 11:42:40 AM
move this to tech-talk lock the mofo
8/18/2008 12:10:49 PM
your function has a parameter that you don't even usetighten up your code like whoa
8/18/2008 12:39:34 PM
function isRelevant($topic) { if ($topic['user'] == "evan") { return "fail"; } else { return "nom nom nom"; } }
8/18/2008 12:58:28 PM
header("Location:".preg_replace("/[w]{3}?\.?(brentroad|thewolfweb)/","www.thewolfweb",$_SERVER[''SERVER_NAME']).$_SERVER['REQUEST_URI']);
8/18/2008 1:04:46 PM
^win.
8/18/2008 2:18:26 PM