Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]500 Internal Server Error
#2

[eluser]rogierb[/eluser]
Your select is getting escaped automatically
Code:
$this->db->select("so_id as pkey, so_no, DATE_FORMAT(so_date,'%b %d, %Y'), e.data_display as type, b.customer_name, emp_name, net, ar_so.contact, k.data_display as status");

Just add 'false' as the second param and you should be good to go
Code:
$this->db->select("so_id as pkey, so_no, DATE_FORMAT(so_date,'%b %d, %Y'), e.data_display as type, b.customer_name, emp_name, net, ar_so.contact, k.data_display as status", false);


Messages In This Thread
[SOLVED]500 Internal Server Error - by El Forum - 10-22-2009, 08:39 PM
[SOLVED]500 Internal Server Error - by El Forum - 10-23-2009, 03:22 AM
[SOLVED]500 Internal Server Error - by El Forum - 10-23-2009, 05:10 AM
[SOLVED]500 Internal Server Error - by El Forum - 10-23-2009, 05:42 AM
[SOLVED]500 Internal Server Error - by El Forum - 10-23-2009, 07:18 AM
[SOLVED]500 Internal Server Error - by El Forum - 10-23-2009, 07:42 AM
[SOLVED]500 Internal Server Error - by El Forum - 10-25-2009, 08:41 PM
[SOLVED]500 Internal Server Error - by El Forum - 10-25-2009, 09:01 PM
[SOLVED]500 Internal Server Error - by El Forum - 10-26-2009, 12:52 AM
[SOLVED]500 Internal Server Error - by El Forum - 10-26-2009, 01:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB