Welcome Guest, Not a member yet? Register   Sign In
Output is filled with warning data
#8

Line 180 is the headers list()

$output= $this->output
->set_content_type('application/json')
->set_header("Access-Control-Allow-Origin", "*")
->set_output(json_encode($table));
$headers=headers_list();

I put that in there to prove to myself that the headers were OK, which they are.
proof that an old dog can learn new tricks
Reply


Messages In This Thread
Output is filled with warning data - by richb201 - 09-22-2018, 03:09 AM
RE: Output is filled with warning data - by richb201 - 09-22-2018, 01:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB