Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- strtolower() and back again


jatar_k - 7:35 pm on Feb 27, 2002 (gmt 0)


If all of your urls have the same format with http I would do (sorry my regex is bad so I didn't put it in)

if (!preg_match(string pattern, string subject))
{
strtolower($somestring);
}


Thread source:: http://www.webmasterworld.com/php/383.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com