yaz123 Posted March 1, 2009 Posted March 1, 2009 Save file as numbergame.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. In explore add the following code You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Enjoy! Quote
John99 Posted March 1, 2009 Posted March 1, 2009 Re: Number Game! [V2] Why you have $ir['userid'].... $userid would just be the same. Or even $_SESSION['userid'] .. ? i think lol Quote
yaz123 Posted March 1, 2009 Author Posted March 1, 2009 Re: Number Game! [V2] Why you have $ir['userid'].... $userid would just be the same. Or even $_SESSION['userid'] .. ? i think lol There's no difference? so why not?, I'm used to using $ir['userid']... its easy enough to type.. so why not Quote
John99 Posted March 2, 2009 Posted March 2, 2009 Re: Number Game! [V2] Why you have $ir['userid'].... $userid would just be the same. Or even $_SESSION['userid'] .. ? i think lol There's no difference? so why not?, I'm used to using $ir['userid']... its easy enough to type.. so why not Nothing i was just saying most v1 lite and v2 use $userid at the end of queries xD not $ir['userid'] :D Quote
Haunted Dawg Posted March 2, 2009 Posted March 2, 2009 Re: Number Game! [V2] $ir['userid'] is better to use. $userid is linked to the session which the session can be edited. Quote
yaz123 Posted March 2, 2009 Author Posted March 2, 2009 Re: Number Game! [V2] Why you have $ir['userid'].... $userid would just be the same. Or even $_SESSION['userid'] .. ? i think lol There's no difference? so why not?, I'm used to using $ir['userid']... its easy enough to type.. so why not Nothing i was just saying most v1 lite and v2 use $userid at the end of queries xD not $ir['userid'] :D Its cool dude, i use both xD both this time i used $ir['userid'] :P Quote
yaz123 Posted March 3, 2009 Author Posted March 3, 2009 Re: Number Game! [V2] what is this doing? You pick a number.. the system outputs a number if you get the same number you win money if you don't you lose.. Quote
dj_rive Posted March 6, 2009 Posted March 6, 2009 Re: Number Game! [V2] nice mod, needs some more work though so users can't constantly use it 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.