Welcome Guest, Not a member yet? Register   Sign In
Loginsystem with sessions.
#1

[eluser]Jesse2303[/eluser]
Hi all, back again Big Grin

I've got a question. How I make a good login with sessions ?
What files I need to update and what sort of query I need to use.

How I update my menus and how I write them in a view file ?.

Before
Code:
<?php
if(isset($_SESSION['user'])) {
?>
ADMIN - NEWS PICTURES LINKS BLOGS
<?php
} else {
?>
You're not logged in.
<?php
}
?>

After
Code:
Give me please :)

Thanks a lot.
See also this topic...


Messages In This Thread
Loginsystem with sessions. - by El Forum - 06-23-2008, 11:13 AM
Loginsystem with sessions. - by El Forum - 06-23-2008, 01:02 PM
Loginsystem with sessions. - by El Forum - 06-23-2008, 01:13 PM
Loginsystem with sessions. - by El Forum - 06-23-2008, 01:25 PM
Loginsystem with sessions. - by El Forum - 06-23-2008, 01:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB