Webmaster Forums 101 - Free Help and Discussions
 
 
 

MEMBER REWARDS - Earn free advertising by participating in these forums! Click here for details.

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.

Reply
 
Thread Tools Search this Thread Display Modes
Old 3rd April 2003, 08:15 AM   #11
Mr. Tech's Avatar

Username: Mr. Tech
Rank: Problem Solver
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
Send a message via MSN to Mr. Tech
Default 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!
__________________
Please read the Forum Rules

Get rewarded for posting
- free advertising!

.::. [ Webmaster Resources ] .::. [ Web Design ] .::. [ Developer Tutorials ] .::.
Mr. Tech is offline   Reply With Quote
Old 4th April 2003, 06:48 AM   #12

Username: CABucklin
Rank: WF101 Newbie
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
Send a message via ICQ to CABucklin Send a message via AIM to CABucklin Send a message via MSN to CABucklin Send a message via Yahoo to CABucklin
Default

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]
CABucklin is offline   Reply With Quote
Old 4th April 2003, 07:53 AM   #13
Mr. Tech's Avatar

Username: Mr. Tech
Rank: Problem Solver
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
Send a message via MSN to Mr. Tech
Default

What did they say our the 405 error?
__________________
Please read the Forum Rules

Get rewarded for posting
- free advertising!

.::. [ Webmaster Resources ] .::. [ Web Design ] .::. [ Developer Tutorials ] .::.
Mr. Tech is offline   Reply With Quote
Old 4th April 2003, 07:58 AM   #14

Username: CABucklin
Rank: WF101 Newbie
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
Send a message via ICQ to CABucklin Send a message via AIM to CABucklin Send a message via MSN to CABucklin Send a message via Yahoo to CABucklin
Default

They didn't respond to that question - I have asked again. Will post the reply once I get it.
CABucklin is offline   Reply With Quote
Old 4th April 2003, 08:00 AM   #15
Mr. Tech's Avatar

Username: Mr. Tech
Rank: Problem Solver
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
Send a message via MSN to Mr. Tech
Default

OK, did you get any emails sent to you even with the 405 error?
__________________
Please read the Forum Rules

Get rewarded for posting
- free advertising!

.::. [ Webmaster Resources ] .::. [ Web Design ] .::. [ Developer Tutorials ] .::.
Mr. Tech is offline   Reply With Quote
Old 4th April 2003, 08:00 AM   #16

Username: CABucklin
Rank: WF101 Newbie
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
Send a message via ICQ to CABucklin Send a message via AIM to CABucklin Send a message via MSN to CABucklin Send a message via Yahoo to CABucklin
Default

nope - nothing. just the 405 error
CABucklin is offline   Reply With Quote
Old 5th April 2003, 12:41 AM   #17

Username: CABucklin
Rank: WF101 Newbie
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
Send a message via ICQ to CABucklin Send a message via AIM to CABucklin Send a message via MSN to CABucklin Send a message via Yahoo to CABucklin
Default

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!
CABucklin is offline   Reply With Quote
Old 5th April 2003, 09:22 AM   #18
Mr. Tech's Avatar

Username: Mr. Tech
Rank: Problem Solver
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
Send a message via MSN to Mr. Tech
Default

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?

:|
__________________
Please read the Forum Rules

Get rewarded for posting
- free advertising!

.::. [ Webmaster Resources ] .::. [ Web Design ] .::. [ Developer Tutorials ] .::.
Mr. Tech is offline   Reply With Quote
Old 8th April 2003, 01:14 AM   #19

Username: CABucklin
Rank: WF101 Newbie
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
Send a message via ICQ to CABucklin Send a message via AIM to CABucklin Send a message via MSN to CABucklin Send a message via Yahoo to CABucklin
Default

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.
CABucklin is offline   Reply With Quote
Old 8th April 2003, 02:12 AM   #20

Username: CABucklin
Rank: WF101 Newbie
Join Date: Apr 2003
Location: Washington, DC
Posts: 11
Points: 0.00
Send a message via ICQ to CABucklin Send a message via AIM to CABucklin Send a message via MSN to CABucklin Send a message via Yahoo to CABucklin
Default

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:
CABucklin is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
custom fields in form using mysql viper Server-Side Scripting & Databases 17 25th February 2005 11:33 AM
Your recommended Form Field Validation Javascript bestempire Website Design & Coding 1 22nd December 2003 09:02 AM
form mail jonDapron Server-Side Scripting & Databases 1 4th October 2003 11:41 AM
Form - hidden fields - autorespond - reply email Anonymous Website Design & Coding 1 21st June 2003 05:39 PM
form trouble Anonymous Server-Side Scripting & Databases 1 10th March 2003 06:05 PM

Login
User Name
Password


Featured Members


Featured Links


Useful Resources
Webmaster Resources
Developers Tools
Developer Tutorials


Partners

All times are GMT +10. The time now is 10:23 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.3.2
 
 
WEBMASTER FORUMS 101
ARCHIVE
CONTACT US
TOP
   
© Webmaster Forums 101 2005. All Rights Reserved.
Design by: vBCore