03-26-2017, 09:38 AM
(03-26-2017, 05:33 AM)Wouter60 Wrote: 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.
its not working.

This is me. JK not me.