Jump to content

Sending a GET and POST variable simultaneously.


sneamia

Recommended Posts

Set the $_GET variable in the action attribute, and then set the method to POST.

 

<form action="admincenter.php?value=a" method="post">
   <input type="text" name="var">
   <input type="submit" name="submit">
</form>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.