can google maps be embedded in codeigniter? |
[eluser]CroNiX[/eluser]
You can't access anything in /application or /system by the url so that won't work. Put them at the same level as your index.php. -WebRoot/ (public_html, www, etc) --application/ --system/ --index.php --assets/ ----css/ ----img/ ----js/ access like Code: base_url('assets/js/your-js-file.js'); Edit: changed site_url() to base_url() |
Messages In This Thread |
can google maps be embedded in codeigniter? - by El Forum - 05-14-2012, 07:28 PM
can google maps be embedded in codeigniter? - by El Forum - 05-14-2012, 07:34 PM
can google maps be embedded in codeigniter? - by El Forum - 05-14-2012, 07:47 PM
can google maps be embedded in codeigniter? - by El Forum - 05-14-2012, 08:53 PM
can google maps be embedded in codeigniter? - by El Forum - 05-14-2012, 09:39 PM
can google maps be embedded in codeigniter? - by El Forum - 05-15-2012, 06:27 AM
can google maps be embedded in codeigniter? - by El Forum - 05-15-2012, 10:55 AM
can google maps be embedded in codeigniter? - by El Forum - 05-15-2012, 11:08 AM
|