Tag Archives: post and get in php

Forms in php

In PHP webapplication development to collect form data to another page we will use the following methods $_GET– this is used in the case when the form action is GET $_POST– this is used in the case when the form action is POST Sample form as below index.php ——— Name: Age: innerpage.php ————- if we… Read More »