Submit form on SSL

liunx

Guest
Dear people I have this to submit a form on an SSL server:<br />
<br />
<form method='post' action='https://secure.xxxxxx.com/register.php'><br />
<br />
form inputs..<br />
<br />
<input type="submit" value="Register Me!" name="submit"><br />
</form><br />
<br />
MY problem is that the submit button does nothing!!!<br />
<br />
It just clicks and the form doesn't post!!!!<br />
<br />
I at the brink of insanity! Please please....<br />
<br />
... If anyone can see why and help I wold be eternaly grateful.<br />
<br />
Thanks<!--content-->have you double checked that you have all the script's required fields?<br />
do you have the path to register.php correct?<br />
<br />
Kinda hard to guess what the problem may be, what script is it you're using and do you have a url to the form?<!--content-->Thanks I'll keep loking over. Its bound to be something silly. :rolleyes:<!--content-->even if everything else was incorrect, the submit button should work and the page will reload with an error message of some sort. There is something else wrong, maybe a small error in the html code of the form that is rendering it inoperable, maybe a tag without a closing bracket ">" or other error, its not the "https" that is messing it up.<!--content-->I think the problem may lie with either your php settings (in php.ini) or the php code itself. Quite easy to make a form post to a php script and, due to an error in the logic, it display a blank page.<br />
<br />
What happens if you "view source" for the blank page? Are there any HTML elements in there at all? Why not post the script in the PHP forums. We can take a look.<!--content-->
 
Back
Top