Read the user post (currently 2nd) from greatmagicalhat [at] gmail [dot]
com at the link below. I've never tried including a php file myself so
cannot verify their information, but it makes sense. When I use
includes, I use a specific file extension and store the files in a
protected directory
Hi
PROBLEM:
I want to let certain users use certain funcions on my page. To manage
that I start a session and define $_SESSION[user_level] to a value from
a mySQL table. So far so good. Users with $_SESSION[user_level]=="1" can
access things on the .php page they are on. I made a simple if-st