php - Get authed user's settings -


sorry title im pretty worthless @ php/mysql couldnt figure out title

i'm creating community fun.

i need able of authed user's info throughout site.

whats best way this? right have query in index.php (i include pages thru index.php) querys users table id = session[id]. guess slow down site every user keeps reloading pages.

what wonder is, there smarter way?

get information when user first logs in, keep data need in $_session array.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -