|
|
#1 (permalink) |
|
New Member
![]() Join Date: Jul 2008
Posts: 12
|
Ok, so I have a form for contact us at:
www.corradocomputers.com/feedback.html and its fine but i used a site's wizard to create it and the php sever side script. Now I want to create another form on the error page, see it by going to: www.corradocomputers.com/anypage.html but i dont know what to do in the new php script for it. I tried to go through the one that I have, but Im unsure of how to make it respond to this specific form and how to make it work. I;ve attached the php script and the scripting of the form on the feedback page. Can someone explain how I would write a new script to go with the form on the error page? |
|
|
|
|
|
#4 (permalink) |
|
New Member
![]() Join Date: Jul 2008
Posts: 12
|
ok i lied, im a total idiot, help.
i attached the new php script and html part (i basically took another premade form and script and tried to change it to what i needed) when i try to use it, it says: Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE or '$' in /homepages/42/d251459630/htdocs/notfound.php on line 55 thx in advance |
|
|
|
|
|
#5 (permalink) | |
|
Bronze Member
![]() Join Date: Aug 2008
Location: Dallas, Tx
Posts: 83
|
In your html you have current url set to name=brokenlink and then in your php you are requesting broken link url from POST. so in your php you need to change it to brokenlink. Try this:
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|