Jump to content

method="get"


mga_ka_php

Recommended Posts

The simple answer is you don't. If you need to do it when the form is submitted I believe you may have to submit to a script in the usual manner and have that script do a redirect, creating the new url from the $_GET[] array. You would then need to use a .htaccess file to redirect that file back to the original format (but that's in the background so the visitor doesn't see it) in order to process it. It sounds both complicated and stupid, but it's the only way I can see around it. It's getting late though, entirely possible I missed a much more obvious elegant solution.

Link to comment
https://forums.phpfreaks.com/topic/182067-methodget/#findComment-960474
Share on other sites

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.