John99 Posted February 15, 2009 Posted February 15, 2009 Why this ? Just some fun eh? like: One big code game! ?php ech "Hi"; Quote
Karlos Posted February 15, 2009 Posted February 15, 2009 Re: Error Game! $Host = 'localhost'; $User = 'root'; $Pass = ''; $DB = 'Custom Engine'; $Connect = mysql_connect($Host, $User, $Pass); if (!isset($Conect)) { echo 'Failure To Establish A Connection:' . mysql_error(); exit; } else { $Conect; mysq_select_db($DB); } Quote
shedh Posted February 15, 2009 Posted February 15, 2009 Re: Error Game! <?php oh so this means that this is an error and that is an error so what ever i type is an error? Quote
POG1 Posted February 15, 2009 Posted February 15, 2009 Re: Error Game! $Connect = mysql_connect($Host, $User, $Pass); if (!isset($Conect)) lol Quote
Mafia-Club Posted February 15, 2009 Posted February 15, 2009 Re: Error Game! <?php echo ""hello""; Quote
John99 Posted February 15, 2009 Author Posted February 15, 2009 Re: Error Game! $username = "Crazy-T"; prnt $username; Quote
Karlos Posted February 15, 2009 Posted February 15, 2009 Re: Error Game! $Connect = mysql_connect($Host, $User, $Pass); if (!isset($Conect)) lol There had to be a good point xD Quote
Haunted Dawg Posted February 16, 2009 Posted February 16, 2009 Re: Error Game! echo 'noob's are you ;)'; PS: Who can figure out the error there? Quote
Mafia-Club Posted February 16, 2009 Posted February 16, 2009 Re: Error Game! :wink: the wink is the error there killah Quote
Mafia-Club Posted February 16, 2009 Posted February 16, 2009 Re: Error Game! missing a <?php and ?> Quote
03laceys Posted February 16, 2009 Posted February 16, 2009 Re: Error Game! echo 'noob's are you ;)'; PS: Who can figure out the error there? As your using echo ' you need to back slash the ', there you go killah Quote
Haunted Dawg Posted February 16, 2009 Posted February 16, 2009 Re: Error Game! You are correct, it supposed to be echo 'noob\'s are you ;)'; Quote
Guest Anonymous Posted February 16, 2009 Posted February 16, 2009 Re: Error Game! exit(Most retarded game 2009;'); Quote
03laceys Posted February 16, 2009 Posted February 16, 2009 Re: Error Game! exit(Most retarded game 2009;'); Maybe but simple errors like killah's show people have to fix them. Quote
POG1 Posted February 16, 2009 Posted February 16, 2009 Re: Error Game! $youAreABum = TRUE; if($youAreABum) { echo 'gutted' } Quote
John99 Posted February 17, 2009 Author Posted February 17, 2009 Re: Error Game! Error: you didnt add ; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.