> It's an issue of using POST instead of GET and has nothing to do with
> PHP. Most browsers won't "re-post" POST data for you for security
> reasons. GET, however, is just a URL with a query string, so it simply
> requests it. 

Assuming you can't re-write the POST inputs as GETs, is there a way around this so 
users don't have to see that error?

matt

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to