I used both get / post me and information about the differences both in terms of limitations / security, and all.
Well, when we use the get method, we get the data from the query string, and that's fine.
Now, for the message:
Say, from one.php, we pass the name of the variable, which is in the form with the method = "post", and we get it in two.php with $ _POST ['name'], where this name is actually stored between these 2 pages and where do they really come from and can you access it with $ _POST?
Also, are there any chances for anyone to crack / see the data in any way?
Thank!!
source
share