chillybeans Posted September 26, 2007 Share Posted September 26, 2007 For some reason every $shortName changes just fine except for SD... is there any logical explanation for this? ------------- $shortNames = array('NO', 'TEN', 'CHI', 'DAL', 'WAS', 'NYG', 'ATL', 'CAR', 'SEA', 'CIN', 'DEN', 'JAC', 'OAK', 'CLE', 'KC', 'MIN', 'PIT', 'SF', 'NYJ', 'MIA', 'TB', 'STL', 'NE', 'BUF', 'GB', 'SD', 'HOU', 'IND', 'BAL', 'ARI', 'PHI', 'DET'); $longNames = array("NO <INPUT type=radio value=\"Saints\"", etc... , "SD <INPUT type=radio value=\"Chargers\"", .... ) $transMog = str_replace($shortNames, $longNames, $team); ----------------- It looks to be formatted exactly the same as all of the others, but the string-replacing doesn't work on it. The string 'SD' does exist, it just won't change. Link to comment https://forums.phpfreaks.com/topic/70743-solved-one-value-in-my-array-wont-change/ Share on other sites More sharing options...
chillybeans Posted September 26, 2007 Author Share Posted September 26, 2007 sorry. just sloppy code. would delete my post if I could. Link to comment https://forums.phpfreaks.com/topic/70743-solved-one-value-in-my-array-wont-change/#findComment-355638 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.