Basically what I’m trying to do is create an if/else statement based on the URL of the current site im on. The if/else statement is going to echo a list based on an alphabetical range. So in other words, If the url starts with letters between (A-G) I want it to echo one thing, and if it starts with letters (H-Z) I want it to echo something else. This script will be used on many websites. Thanks
Share
1 Answer