problem uri->segment(4) |
[eluser]Aken[/eluser]
Named anchors are HTML that look like this Code: <a name="text"></a> If a URL has a # sign, it's telling the browser to look for a named anchor of the same value. IE: http://www.example.com/homepage#text will cause the browser to jump down to wherever the above anchor code is inside the HTML page. Basically, you shouldn't use # symbols in your URLs as a dynamic variable. |
Messages In This Thread |
problem uri->segment(4) - by El Forum - 11-07-2008, 01:58 AM
problem uri->segment(4) - by El Forum - 11-07-2008, 02:16 AM
problem uri->segment(4) - by El Forum - 11-07-2008, 02:28 AM
problem uri->segment(4) - by El Forum - 11-07-2008, 02:57 AM
problem uri->segment(4) - by El Forum - 11-07-2008, 03:00 AM
|