Posted by:
CyberSpatium
(---.hsd1.or.comcast.net)
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"

;
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.