TheLe
First Post
Things seem to get messed up when I link to Rpgnow.
For example, lets say I do this (brackets have been replaced by squigglies):
{url=http://w w w . rpgnow.com/index.php?cPath=372} my link {/url}
Well, the Enworld forums replaces this entire path with:
{url=http:// enworld . rpgnow.com/index.php?cpath=372} my link {/url}
The problem is that the P in cpath gets converted to lowercase. As far as I can tell, PHP is case sensitive, so my link gets screwed up.
Below are two links that look exactly the same, except a P in cPath is in lower case for the first link. Because of this, the two links below takes me to two totally different pages.
http://enworld.rpgnow.com/index.php?cpath=372
http://enworld.rpgnow.com/index.php?cPath=372
`Le
For example, lets say I do this (brackets have been replaced by squigglies):
{url=http://w w w . rpgnow.com/index.php?cPath=372} my link {/url}
Well, the Enworld forums replaces this entire path with:
{url=http:// enworld . rpgnow.com/index.php?cpath=372} my link {/url}
The problem is that the P in cpath gets converted to lowercase. As far as I can tell, PHP is case sensitive, so my link gets screwed up.
Below are two links that look exactly the same, except a P in cPath is in lower case for the first link. Because of this, the two links below takes me to two totally different pages.
http://enworld.rpgnow.com/index.php?cpath=372
http://enworld.rpgnow.com/index.php?cPath=372
`Le