Jump to content

problems with isset($_POST['submit_button'])


Eggzorcist

Recommended Posts

I'm a bit unsure why this problem is accuring. I've always used done some of my forms like this. but when I do

if(isset($_POST['post_form'])){
register_user($_POST['username'], $_POST['password1'], $_POST['password2'], $_POST['email'], $_POST['clubname'], $_POST['clubposition']);	
}

 

It doesn't work properly. It executes whenever I get on that page - and doesn't execute when I press the submit button. Any alternatives?

 

thanks a lot

 

Link to comment
Share on other sites

Basically, a POST variable called post_form must exist and be set in order for your code to execute. Are you sure that you're not visiting the page via a form post? When you navigate to the page manually, without using a form, does it execute?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.