prototype Posted July 12, 2011 Posted July 12, 2011 (edited) problem solved Edited December 29, 2011 by prototype Quote
Uridium Posted July 12, 2011 Posted July 12, 2011 Try on line 139 print "<b><font color=red>In jail for ".$r['jail']." minutes ".$r['jail_reason']."</font></b>"; Quote
lucky3809 Posted July 12, 2011 Posted July 12, 2011 This may be your error... if($p['personal']=='ON') { echo ' First Name: {$p['first']} (and i think this is line no.139) Last Name: {$p['last']} Age: {$p['age']} Aim Of The Game: {$p['aog']} Msn: {$p['msn']} Aim: {$p['aim']} Aol: {$p['aol']} Yahoo: {$p['yahoo']}'; } I believe using { } on echo ' throws that error statement. instead of the {} brackets use '. .' Quote
Dominion Posted July 12, 2011 Posted July 12, 2011 Or just change ' opening echo to " (obviously you change the closing one also...). 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.