Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 149
0 Users 3 Guests Online
Forum Index » Tutorials » PHP user system break down
Posted on Thursday 10th July 2008 at 09:14 PM
UrbanTwitch
templates/default/images/noavatar.png's Avatar
Senior Member
I got a template I want to put the user system here on.

What do I put in front of my template on all templates?

it's like session_start right?
Posted on Wednesday 10th September at 11:09 PM
Dava
templates/default/images/noavatar.png's Avatar
Active Member
yeah you include the config file and also a session start tag on beyond that you just need to add your functions
Posted on Thursday 25th September 2 at 03:12 PM
ShadowMage
templates/default/images/noavatar.png's Avatar
Senior Member
You could go with a header/footer include and in the header have it require the config file with session_start()

Thats what I do with mine and it works fine.