Can someone check base_url() and base_url("param") |
I have been trying to correctly use the base_url() function and having trouble
![]() I find that: 1. echo base_url() issues the correct URL 2. echo base_url(). $param issues the correct URL 3. echo base_url($param) issues an INCORRECT URL I have checked the ./system/Helpers/url_helper.php source code and it is not easy when trying to debug using the Sublime text editor ![]() |
Messages In This Thread |
Can someone check base_url() and base_url("param") - by John_Betong - 09-06-2020, 10:09 PM
RE: Can someone check base_url() and base_url("param") - by SteeveDroz - 09-06-2020, 10:24 PM
RE: Can someone check base_url() and base_url("param") - by John_Betong - 09-06-2020, 11:42 PM
RE: Can someone check base_url() and base_url("param") - by SteeveDroz - 09-07-2020, 02:17 AM
RE: Can someone check base_url() and base_url("param") - by John_Betong - 09-07-2020, 02:28 AM
RE: Can someone check base_url() and base_url("param") - by SteeveDroz - 09-07-2020, 03:42 AM
RE: Can someone check base_url() and base_url("param") - by Gary - 09-07-2020, 04:46 AM
RE: Can someone check base_url() and base_url("param") - by InsiteFX - 09-07-2020, 08:03 AM
|