From: Andrew H. <hu...@ll...> - 2003-03-25 16:50:40
|
>There are a *few* CGI processors that have adopted the "; is the same as &" >recommendation, but at this point, you still shouldn't count on it. Wouldn't this only matter if you supported more than one CGI processor? If I recall correctly, Scoop used Apache::Request, and it supported ';' as an argument delimiter. Also, if the cgi processor you used didn't support it, couldn't you just get the whole URI and process it yourself? It's just 3 splits, on ?, on /, and on ;. So, am I missing a piece of the puzzle here? Or am I on the right track? -Andrew |