Re: POST form to dynamic page name
- From: ELINTPimp <smsiebe@xxxxxxxxx>
- Date: Tue, 31 Jul 2007 18:13:06 -0000
The problem with this is you can't post the form on a header redirect.
There are a couple of ways around it.
excellent point, i didn't think far enough ahead.
leaving JS out of this problem (just for fun)...what about dynamically
using a SSI?
$option = $_POST['option'];
$option_safe = //do validation
include_once "$option_safe.php";
.
- Follow-Ups:
- Re: POST form to dynamic page name
- From: Jerry Stuckle
- Re: POST form to dynamic page name
- References:
- POST form to dynamic page name
- From: SMP
- Re: POST form to dynamic page name
- From: ELINTPimp
- Re: POST form to dynamic page name
- From: Jerry Stuckle
- POST form to dynamic page name
- Prev by Date: Re: POST form to dynamic page name
- Next by Date: Re: mysql command line client
- Previous by thread: Re: POST form to dynamic page name
- Next by thread: Re: POST form to dynamic page name
- Index(es):