| |
Welcome to Webmaster Forums 101!
You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact support.
|
 |
|
3rd April 2003, 08:15 AM
|
#11
|
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
|
Re: I just noticed....
I tested the form and got a 405 error Resource not allowed. This may be because PHP is not enabled or something. I suggest you check with your host.
If it is try replacing:
@mail($your_email, $your_subject, $inside_mail, "From: \"$Name\"<$Email_Address>[size=6]\r\nReply-To: $Email_Address\r\nX-Sender:$Name using $Email_Address\r\nReturn-Path: $Email_Address");
with:
mail($your_email, $your_subject, $inside_mail, "From: $Name <$Email_Address>");
:cheesygr:
Quote:
|
Originally Posted by CABucklin
I just noticed in FrontPage that it is telling me there is a problem with this chunk of code and I am not familiar enough to notice the problem.
// This is the part that sends your email
@mail($your_email, $your_subject, $inside_mail, "From: \"$Name\"<$Email_Address>\r\nReply-To: $Email_Address\r\nX-Sender:$Name using $Email_Address\r\nReturn-Path: $Email_Address");
// This is the thank you message
echo "<p align=\"justify\">Thanks for contactin us!";
?>
The part that is larger is the part that frontpage is indicating there is a problem.
Any help you could offer is appreciated!
|
|
|
|
4th April 2003, 06:48 AM
|
#12
|
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
|
I checked with my host and got the following response:
Quote:
|
Thank you for contacting Technical Support. We apologize for the issue you are experiencing. PHP is running on your server. However please note that we do not troubleshoot scripts. The extent of our support is that a phpinfo script runs without error.
|
I am a little lost at this point![/quote]
|
|
|
4th April 2003, 07:53 AM
|
#13
|
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
|
What did they say our the 405 error?
|
|
|
4th April 2003, 07:58 AM
|
#14
|
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
|
They didn't respond to that question - I have asked again. Will post the reply once I get it.
|
|
|
4th April 2003, 08:00 AM
|
#15
|
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
|
OK, did you get any emails sent to you even with the 405 error?
|
|
|
4th April 2003, 08:00 AM
|
#16
|
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
|
nope - nothing. just the 405 error
|
|
|
5th April 2003, 12:41 AM
|
#17
|
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
|
Quote:
Contrary to the information given to you before, PHP is NOT supported on our Windows2000 servers, which is what this account is located on. PHP is supported on our Unix servers. I apologize for the confusion. Please reopen this ticket or give us a call if you have any questions. Thank you for contacting Technical Support.
|
...what I received from my host!
|
|
|
5th April 2003, 09:22 AM
|
#18
|
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
|
oh.... Does your host support any other languages?
You need to have some sort of script to send a proper email to you...
Does your host have any pre-made scripts to put on your site?
:|
|
|
|
8th April 2003, 01:14 AM
|
#19
|
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
|
I have cgi and asp available ... I'll check with my host and see what else is supported.
As far as I know - they don't offer any pre-made scripts that would work in this situation.
|
|
|
8th April 2003, 02:12 AM
|
#20
|
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
|
Quote:
You are able to use ASP, cgi scripts, perl, HTML.
We only offer one script to our customers, this is also located in your admin console. It is called Formmail.pl, from the admin page you install it, which inserts a perl script into your cgi-bin. Then you are more than welcome to cut and paste our code to create a form on your site. This form will allow customers to fill out a form and get a confirmation page, then the information is sent to a specified e-mail address
|
Is there a script out there that will do what I want in a language I can use? I'm searching, but not having much luck
 ops:
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
| Useful Resources |
| Webmaster Resources |
| |
| Developers Tools |
| |
| Developer Tutorials |
| |
|
All times are GMT +10. The time now is 10:23 AM.
|
|