Jump to content

[SOLVED] One Value in my array won't change


chillybeans

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.