The Ace Posted March 11, 2008 Posted March 11, 2008 Right, users can access the cyber bank when they reach the 5th location. But when the link is click on, it comes up with a parse error on line 81. Here is what line 81 says: global db,$ir,$c,$userid,$h; What is wrong with it? Quote
Guest Anonymous Posted March 11, 2008 Posted March 11, 2008 Re: Cyber Bank Problem Replace with ... $global db,$ir,$c,$userid,$h; Quote
AlabamaHit Posted March 12, 2008 Posted March 12, 2008 Re: Cyber Bank Problem i think its global $ir,$c,$userid,$h; But I'm not 100% sure im thinking thats for v1 and global db,$ir,$c,$userid,$h; thats what v2 should be... Quote
Ghetto Posted March 12, 2008 Posted March 12, 2008 Re: Cyber Bank Problem V2 should be: global $db,$ir,$c,$userid,$h; Quote
The Ace Posted March 14, 2008 Author Posted March 14, 2008 Re: Cyber Bank Problem Thanks...just done it now! (Sorry for the late reply...just found this forum!) 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.