Question : php forms and POST method

I have a php page with a form:

<form method="post" action="<?php echo $_SERVER['PHP_SELF'];?>">


when the page is originally loaded the url looks like  pi.php?parentid=001

however when the submit button is hit and the page refreshes, the new url is pi.php

how do i get the page to reload with the arguments in the url?

Answer : php forms and POST method

Random Solutions  
 
programming4us programming4us