[FX.php List] $_GET won't GIT

Jonathan Schwartz jschwartz at exit445.com
Thu Jan 17 19:06:45 MST 2008


Joel,

Answer #1: (Per ggt's suggestion a while back)

<form action="" method="post">

Answer #2:
Why Yes, the URL *does* contains the original GET parameters that 
arrived with the GET page once the FORM has been submitted. That 
explains why the data is ending up in GET at the same time as The 
POST data is being collected.

Do I need to manually unset it?


J


At 5:46 PM -0800 1/17/08, Joel Shapiro wrote:
>Hey Jonathan
>
>One thought: What are you using as the page in your <form 
>action="....?  Are you creatiing the page name dynamically (such as 
>w/ a flavor of $_SERVER['REQUEST_URI'] -- which could include your 
>GET data), or do you have the page name hardcoded (e.g. 
>action="page.php")?
>
>Once the page has been submitted via the form/submit, does your url 
>contain the GET data?
>
>-Joel

-- 
Jonathan Schwartz
Exit 445 Group
jonathan at exit445.com
http://www.exit445.com
415-381-1852


More information about the FX.php_List mailing list