| 
	
 | 
 Posted by PDannyD on 11/14/06 00:50 
On Monday 13 November 2006 23:17, Shelly [sheldonlg.news@asap-consult.com] 
wrote in message <C276h.6670$ig4.1253@newsread2.news.pas.earthlink.net> 
 
> I have the following for a test of the submit button being pressed: 
>  
> if (isset($_POST['theSubmitButton'])) { 
>  
> This works fine and I have been doing this for a long time.  Here is the 
> question: 
>  
> If I do a submit and have it come back to the same page, all is fine.  If 
> I 
> now click the browser refresh button, I get another submittal.  How do I 
> "unset" the status so that it doesn't think I clicked the submit button 
> when I click the refresh button? 
 
Dunno, being a relative newbie to PHP, but a quick Google brings up this 
link - http://uk.php.net/isset 
 
Does that help?
 
  
Navigation:
[Reply to this message] 
 |