peterisgb Posted April 27, 2012 Posted April 27, 2012 ok this is not very big but its good and works. This mod Allows you to add a Lastpage View where you want it to, i made this for my usersonline which is located here http://makewebgames.io/showthread.php/41526-My-Usersonline-php Add lastpage to your database user users. Add this to every page You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. under globals on all pages :S put this You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. on anypage you want the last page to show eg, in viewuser.php If you have my Users online mod (above link) then this works for it. Quote
rulerofzu Posted April 27, 2012 Posted April 27, 2012 Okay..... Why global $db,$ir,$r,$c,$userid,$h,$li; As every page has a globals.php call anyway. Quote
peterisgb Posted April 27, 2012 Author Posted April 27, 2012 some pages i put this one it needed it, removie it accourding to the pages. Quote
rulerofzu Posted April 27, 2012 Posted April 27, 2012 Really? like where lol As i doubt you need global $db,$ir,$c,$userid,$h,$i; Quote
peterisgb Posted April 27, 2012 Author Posted April 27, 2012 well i use a interactive menu system on my game which all the pages in there dont require globals Quote
sniko Posted April 29, 2012 Posted April 29, 2012 Psst. As you're, in your query, using $db and $userid, the only things you'd need to global, if any, would be; $db $userid Your first step is also incorrect, maybe re-read it? You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Now on user profile You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Comprende? 1 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.