Get authed user's settings

nicolejam

New Member
Sorry for the title but as im pretty worthless at php/mysql i couldnt figure out a good titleI'm currently creating a community for the fun.I need to be able to get the all of the authed user's info all throughout the site.Whats the best way to do this? Right now I just have a query in index.php (i include all pages thru index.php) that querys the users table where the id = session[id]. I guess this will really slow down the site as every user keeps reloading pages.What i wonder is, is there a smarter way?
 
Back
Top