I'm trying to let a user specify a comma-separated list of urls to my php function, but commas are a valid url character. How do I delimit the different chunks of urls? Are there any characters that are invalid that I could use instead like > or {?
The key is the character (or set of characters) must be something that you'd never see in an actual url.