![]() |
i cant retrieve the query result - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: i cant retrieve the query result (/showthread.php?tid=3831) |
i cant retrieve the query result - El Forum - 10-24-2007 [eluser]mistress_shiira[/eluser] good eve guys.im doing a simple validation exercise.for this purpose,i have created a databse called dev and a table i named users that contains the fields ID and username. I have a form that contains a text input for username,password,email and country and a button beside username that checks whether the input does not exist yet in my users table... Basically,what i would do is make this thing work using codeigniter+xajax. i have to check whether the username typed already exists or not and then output a message near the username textbox stating whether the username exists or not. this is how i did this: Quote:<?phpAnother thing,how will you disable the submit button while the information has not been submitted yet or the username has not been checked and not all fields have been filled up? i cant retrieve the query result - El Forum - 10-25-2007 [eluser]mistress_shiira[/eluser] dont bother replying to this post.i have already found a solution to my problem. i have used $ci_instance |