Welcome Guest, Not a member yet? Register   Sign In
using jquery ajax with codeigniter
#12

[eluser]johnpeace[/eluser]
[quote author="fatfishy" date="1352988813"]I guess you guys talked about this ?

http://i49.tinypic.com/14cxon4.jpg

then why am I getting 500 Internet Server error ?[/quote]

Because your CI code doesn't work for some reason...

I'm wondering why you're doing this:

Code:
$this -> db -> where('username = ' . "'" . $username . "'");

When you could just...

Code:
$this -> db -> where('username', $username);

If it were me, I'd try just hitting that controller method as a direct browser request and testing the results there. Turn on the profiler to display all of the queries being run and turn error reporting up.

In your controller...
Code:
$this->output->enable_profiler(TRUE);


Messages In This Thread
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 06:35 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 06:51 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 06:53 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 06:57 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 06:57 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 06:59 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:01 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:12 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:13 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:14 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:17 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:20 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:25 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:30 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:32 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:35 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:42 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 07:57 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 08:13 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 08:46 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 08:59 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 09:13 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 09:39 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 10:58 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 11:15 AM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 01:26 PM
using jquery ajax with codeigniter - by El Forum - 11-15-2012, 02:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB