Welcome Guest, Not a member yet? Register   Sign In
Ajax output problem
#2

You forgot the semi-colon after echo base_url(). Because of that, php will generate an error.
Besides that, I recommend letting the controller return the complete html output (you can use a view to do that) instead of building the dynamic html with Javascript.
Reply


Messages In This Thread
Ajax output problem - by falcon812311 - 03-26-2017, 05:09 AM
RE: Ajax output problem - by Wouter60 - 03-26-2017, 05:33 AM
RE: Ajax output problem - by falcon812311 - 03-26-2017, 09:38 AM
RE: Ajax output problem - by neuron - 03-26-2017, 11:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB