CodeIgniter Forums
urgently : login system - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: urgently : login system (/showthread.php?tid=18894)



urgently : login system - El Forum - 05-21-2009

[eluser]7amza[/eluser]
Helllo ,
i had tested all auth's libraries .but, any once work fine with my needs .
so , i decided to make the login system manually . but, when i try to use the session library it lose the informations fastly ! and cookie i don't now how i can work with it !
the table of admins is : admins
1 field : adminid
2 field : adminame
3 field : adminpass
4 field : adminemail
if you can help do this task i well be very grateful to you .
Hamza


urgently : login system - El Forum - 05-21-2009

[eluser]Dam1an[/eluser]
Are you sure you have cookies enabled for your site in your browser?


urgently : login system - El Forum - 05-21-2009

[eluser]7amza[/eluser]
first of all, thank you .
yes i'm sure ! but can you write the code because i had writen it but it not work ! may be the problem was in it .
it's my first exprience with CI .
Hamza


urgently : login system - El Forum - 05-21-2009

[eluser]TheFuzzy0ne[/eluser]
It's usually a smart move to post the non-working code you have so far. For all we know, we could be doing your homework assignment for you. And homework assignment or not, if we do it for you, you won't learn yourself, will you?


urgently : login system - El Forum - 05-21-2009

[eluser]tekhneek[/eluser]
Yeah. It's usually not a good idea to ask for help then immediately following ask for the solution to be hand-fed to you.

Help us, help you -- paste some code.