Using POST method to hide URL parameters
问题 I understand that I am able to use the POST method for URL parameters to display data according to a specific variable, I know how to make use of the GET method - but I am told that the POST method can be used to hide the part of the URL that is like this. /data.php?parameter=1234 What is the actual difference of the two methods in terms of URL parameters? Below is some code that fetches data from a database according to the id of a specific link <?php //This includes the variables, adjusted