Quote:
Why use $_POST?
- Variables sent with HTTP POST are not shown in the URL
- Variables have no length limit
However, because the variables are not displayed in the URL, it is not possible to bookmark the page.
|
To get a better understanding about this, you can go to w3school website to learn almost everything about basic
php
Tutorial:
PHP Post
Hope that's helpful to you.
Cheers...