![]() |
userdata in ci_sessions gets lost - 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: userdata in ci_sessions gets lost (/showthread.php?tid=29481) |
userdata in ci_sessions gets lost - El Forum - 04-11-2010 [eluser]labao[/eluser] Hi I made this thread before and am now absolutely sure what the problem is. The userdata in the ci_sessions table is not being record for some reason. I get all the other data inserted into the table EXCEPT the userdata... when the row gets inserted, it just gives that column a blank data value. no zero, just nothing. I don't get any errors and also, the code works locally but not remotely. Sorry for making a duplicate thread, it's just that this website is my only resource at them moment and I need to get this thing work ASAP. It's for a school assignment. Thanks, Lorne... userdata in ci_sessions gets lost - El Forum - 04-11-2010 [eluser]labao[/eluser] I am inputting my data values into userdata within the controller here's the code: Code: $vehicle=$this->input->post('vehicle'); I am thinking this is an issue that deals with the preliminary code for setting up codeigniter to work with the database and server because it does work locally. I did a search through all my files though and couldn't find a localhost parameter. userdata in ci_sessions gets lost - El Forum - 04-11-2010 [eluser]labao[/eluser] any idea at all? I'm at my wits end here guys... userdata in ci_sessions gets lost - El Forum - 04-12-2010 [eluser]labao[/eluser] bumping the thread... |