Difference between get and post in php
When you visit some website then you surely see some forms to fill out like enter username, password, email and message. These forms are build in html. We use <form> tag in html to submit these forms. There are two methods to submit these types of forms. One method is get and other is post […]
Difference between get and post in php Read More ยป