Welcome Guest, Not a member yet? Register   Sign In
URL segment depth problems
#7

[eluser]Tom Glover[/eluser]
[quote author="Michael Wales" date="1211920686"]
Quote:use site_url() to include the full path.. you were using a relative path.

<a href="&lt;?=site_url()?&gt;/page/function/variable">A</a>

Rather:
Code:
&lt;?= site_url('class/function/variable'); ?&gt;
[/quote]

You still need the <a> tags around it
Code:
<a href="&lt;?= site_url('class/function/variable'); ?&gt;">A</a>


Messages In This Thread
URL segment depth problems - by El Forum - 05-27-2008, 09:32 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:36 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:37 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:37 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:37 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:38 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:41 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:41 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:44 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:51 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:55 AM
URL segment depth problems - by El Forum - 05-27-2008, 09:57 AM
URL segment depth problems - by El Forum - 05-27-2008, 10:02 AM
URL segment depth problems - by El Forum - 05-27-2008, 10:06 AM
URL segment depth problems - by El Forum - 05-27-2008, 03:59 PM
URL segment depth problems - by El Forum - 05-27-2008, 10:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB