hey-
I could've sworn I saw something like this on PHPBuilder before, but I'll ask again. I know that a URL that has the ?,&, and = characters in it won't be indexed by a search again. I read somewhere(i thought here), that you could write a script or function to go through the URL, and substitute in search-engine friendly characters like the / for those character... my idea was to do an str_replace, regular expression, or some sort of loop to go through the URL and change those characters, so I'm wondering: how exactly should I do that, and once thats done, whats the best way once the URL is in the '/' form, to get the name/value pairs back the way they should so I can use them normally in my scripts