| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Mar 2005 Location: The Netherlands
Posts: 3,212
![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | THREAD STARTER #3 (permalink) |
| Senior Member Join Date: Mar 2005 Location: The Netherlands
Posts: 3,212
![]() ![]() ![]() ![]() ![]() ![]() ![]() | I changed it but it still does not work... I did not get any email. I this piece of code correct? : PHP Code:
__________________
Last edited by faisj; 10-28-2006 at 09:35 PM.
|
| |
| | #6 (permalink) |
| Buy my domains. Join Date: Feb 2006
Posts: 2,796
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Change script.php to PHP Code:
Last edited by Dan; 10-28-2006 at 10:39 PM.
|
| |
| | THREAD STARTER #7 (permalink) | ||||
| Senior Member Join Date: Mar 2005 Location: The Netherlands
Posts: 3,212
![]() ![]() ![]() ![]() ![]() ![]() ![]() | I got a email but only:
Also the email: is not there.. the email should come from info@theundergroundparty.nl
__________________ | ||||
| |
| | #8 (permalink) |
| Buy my domains. Join Date: Feb 2006
Posts: 2,796
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | PHP Code:
Last edited by Dan; 10-28-2006 at 10:39 PM.
|
| |
| | #10 (permalink) |
| Buy my domains. Join Date: Feb 2006
Posts: 2,796
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Ah.. I figured out the problem.. you have a link to script.php.. you aren't actually submitting the form. Change contact.html to Code: <p>Get your tickets:<br>
<FORM action="script.php" method="post" name="form">
Naam:
<INPUT name="name" size="10" style="BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #F383A9 1px solid; BORDER-LEFT: #F383A9 1px solid; BORDER-RIGHT: #F383A9 1px solid; BORDER-TOP: #F383A9 1px solid; FONT-FAMILY: Arial; Helvetica; Microsoft Sans Serif; FONT-SIZE: 8pt; HEIGHT: 18px; WIDTH: 100px;" value="" /><br />
Aantal kaarten:
<INPUT name="amountoftickets" size="10" style="BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #F383A9 1px solid; BORDER-LEFT: #F383A9 1px solid; BORDER-RIGHT: #F383A9 1px solid; BORDER-TOP: #F383A9 1px solid; FONT-FAMILY: Arial; Helvetica; Microsoft Sans Serif; FONT-SIZE: 8pt; HEIGHT: 18px; WIDTH: 20px;" value="" /><br />
E-mail adres: <INPUT name="email" size="10" style="BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #F383A9 1px solid; BORDER-LEFT: #F383A9 1px solid; BORDER-RIGHT: #F383A9 1px solid; BORDER-TOP: #F383A9 1px solid; FONT-FAMILY: Arial; Helvetica; Microsoft Sans Serif; FONT-SIZE: 8pt; HEIGHT: 18px; WIDTH: 100px;" value="" /><br />
Mobiel nummer: <INPUT name="mobilenr" size="10" style="BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #F383A9 1px solid; BORDER-LEFT: #F383A9 1px solid; BORDER-RIGHT: #F383A9 1px solid; BORDER-TOP: #F383A9 1px solid; FONT-FAMILY: Arial; Helvetica; Microsoft Sans Serif; FONT-SIZE: 8pt; HEIGHT: 18px; WIDTH: 80px;" value="" /><br />
<p align=right><a href="#" onclick="document.form.submit()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('submit','','images/submit_over.gif',1)"><img src="images/submit_up.gif" name="submit" width="49" height="18" border="0" align="absmiddle"></a> |
| |
| | THREAD STARTER #11 (permalink) |
| Senior Member Join Date: Mar 2005 Location: The Netherlands
Posts: 3,212
![]() ![]() ![]() ![]() ![]() ![]() ![]() | Now i cant click on submit is that because of the: PHP Code: Ps. I have send you some NP$'s, THANKS FOR THE HELP I hope we can get it working
__________________ |
| |
| | THREAD STARTER #13 (permalink) | ||||
| Senior Member Join Date: Mar 2005 Location: The Netherlands
Posts: 3,212
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
__________________ | ||||
| |