Welcome Guest, Not a member yet? Register   Sign In
path instead of baseurl
#1

[eluser]Unknown[/eluser]
Hi

I’m new to CI ( great work, thx) an have following problem:
I don’t like use full url “http://www.mydomain.com/mypath/images/a.jpg” within links
I want use “/mypath/images/a.jpg”.

I need function like:

function baseurl_path(){
$base= base_url();
$f= ‘/.*’.$_SERVER[‘SERVER_NAME’].’/’;
$b= preg_replace($f, ‘’, $base);
return b;
}
Can I find it in CI or not?


Messages In This Thread
path instead of baseurl - by El Forum - 11-28-2010, 01:43 AM
path instead of baseurl - by El Forum - 11-28-2010, 01:57 AM
path instead of baseurl - by El Forum - 11-28-2010, 01:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB