Quote:
Originally Posted by Webmaster Advertising
Ah okay (on not needing a list for the actual colors and animals).
Id still need a list of combinations ?color=Red&Animal=Dogs though to include in the sitemap.xml file though.
As far as the sanitization goes, do you know if its possible to have 'exclusion words' in the code you posted above or would that be something different?
Thanks everyone for their assistance (and the funny pics  )
|
Sorry, I didn't see the part about the sitemap when I replied. Not sure what you mean by exclusion words. If you mean words you don't want in the request, if there's a specific list of words you'll accept, just check against those, and if the word isn't one of them, reject it. Or, if there's an unknown number or type of 'word' you'll accept, reject the word based on regular expressions. Like, reject anything that's not ascii letters of 3-12 characters or whatever.