Riseykins Posted October 3, 2008 Share Posted October 3, 2008 define("title", "MySpace Comment & Glitter Graphics - ".trim(strtoupper(preg_replace('/[^a-z]/i', ' ', $selected)))); What in that line makes things uppercase? Oh and how would I get it to read "CATEGORY MySpace Comment & Glitter Graphics" instead of "Myspace Comment & Glitter Graphics - CATEGORY"? Link to comment https://forums.phpfreaks.com/topic/126840-whys-it-all-uppercase/ Share on other sites More sharing options...
Riseykins Posted October 3, 2008 Author Share Posted October 3, 2008 Well, I worked out the uppercase issue. xD I just need to know how to get the category after the MySpace Comment...etc. Link to comment https://forums.phpfreaks.com/topic/126840-whys-it-all-uppercase/#findComment-656066 Share on other sites More sharing options...
JasonLewis Posted October 3, 2008 Share Posted October 3, 2008 define("title", trim(strtoupper(preg_replace('/[^a-z]/i', ' ', $selected))) . " MySpace Comment & Glitter Graphics); Link to comment https://forums.phpfreaks.com/topic/126840-whys-it-all-uppercase/#findComment-656074 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.