Help!!! Aliass
Posted by: Wreckage (---.dsl.quicknet.nl)
Date: April 21, 2006 12:15PM

Alias is case sensitive, so now the have to type fot example /EVO.

How can i change it, so it doesn't matter how you type it.
So evo or Evo or eVo etc refers to the same location, without making every alias seperetly?



Post Edited (04-21-06 19:23)

Wherever you go, there you are.

Options: ReplyQuote
Re: Help!!! Aliass
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: April 23, 2006 09:42AM

use the eregi_replace function to find the 'evo' in the url, and replace it with the lowercase 'evo' so that you can have one alias that uses all lowercase:

eregi_replace is case-insensitive, so the replace will match all instances of evo, with any combination of uppercase and lowercase letters and replace it with the lowercase evo.

eregi_replace ("evo", "evo"winking smiley;



Post Edited (04-23-06 10:47)

CyberSpatium
----------------------
WAMP Forum Admin

Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Options: ReplyQuote


Sorry, only registered users may post in this forum.