Posts by Yanick Gomes • 31 points
2 posts
-
2
votes2
answers1631
viewsQ: Check if data already exists in codeigniter bank
I’m starting with codeigniter using active record to make the conversation with the bank, and wanted to know how to know if an email already exists in db, would have to list all email and create a…
-
1
votes1
answer691
viewsQ: Problem with Codeigniter error session
I have a small login problem with codeigniter, after logging in it does not transfer the data by session. I took the following test: I printed the session in the controler [ok, printed correct data]…