Morris wrote:

> What if the file exists, but it's kinda file to update database, like
> 
> // get request $_REQUEST
> // execute sql statement to update database
> // redirect to the other page, showing results?
> 
> in this case 404 approach does not mean to do correctly, so what else
> is suggested?

I would use a 303 redirect, just like after processing a POST.


/Per Jessen, Zürich


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

Reply via email to