Creating basic Register (username/login/password) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Creating basic Register (username/login/password) (/showthread.php?tid=44148) |
Creating basic Register (username/login/password) - El Forum - 08-05-2011 [eluser]jvicab[/eluser] yes, you missed ">" just before query Creating basic Register (username/login/password) - El Forum - 08-05-2011 [eluser]terry101[/eluser] THANK YOU SIR!!! i'm new to codeigniter and this was my first project..... IT WORKED!!! thanks to you. Thank you for all your assistance. :-) Creating basic Register (username/login/password) - El Forum - 08-05-2011 [eluser]jvicab[/eluser] another suggestion: Try to use CI DB_active_rec functions (for database), like $this->db->update, it is easier and better than building the whole query by ourselves. Creating basic Register (username/login/password) - El Forum - 08-05-2011 [eluser]jvicab[/eluser] I am leaving now, U can email me anytime, believe it or not, I just started using codeigniter one moth ago, but I have some experience programming in php, mysql, etc, so that have made me to have betetr eyes for bugs, but don't worry, you will get there soon. Creating basic Register (username/login/password) - El Forum - 08-05-2011 [eluser]terry101[/eluser] i hope so i want to be a pro at using this framework. :-) thanks for your assistance |