I think it's a best practise to use $_POST method in forms to submit some kind of data to database, so users can't see what's being send.
And using $_GET method is best, when you need to retrieve some information from database.
For example, if you have news.php file and need to read the first...