Submitting Forms?

We have made a make contact with form in dreamweaver while using the built in tools from it and now I want to sumbit that contents of it to my e-mail. We have used the form submit action to be a ‘POST’ method and also a:

mailto: willnarburghmsn. com

variety action. But when i preview it, it doesnt send the words to my e-mail How do you get it to work Also, how can one make it to ensure when it is usually submitted to e-mail it is in the using format:

Name: name here
Tackle: address here

e. t. c.

Thanx earlier.

You are likely best to make use of a php form mailbox. Search google.

Don’t I have to know lots of PHP to perform that

You can’t use " mailto:… " to be a form action. You’ll want to use a machine side language including PHP or ASP. There’s a tutorial below on making an email form w/ PHP.

SO thanx.

I still hardly understand it.. PHP IS ACTUALLY TOO COMPLICATED!!!!!!!!!!!!

What a helpful comment.

Read up on it, get any book, do some excercises. http: //www. w3schools. com/ has a quality tutorials on a number of web languages.

Nonetheless please, stop shouting at us, I’m tired associated with seeing caps in all of your posts.

Actually you can, but no happy Internet browser (i. e., person) would ever allow a form to submit by their e-mail clientele.

OK. Sorry within the caps! I can’t even get moving in php. It says I want to install php and also apache, then they will tell me POST don’t, then they will say if my host supports php my spouse and i dont need apche, then some declare that I don’t really need to install anything and can just preview it in the same way as a html code file in notepad!!

I thought we would go for the very latter, and then WE typed out some code that were designed to work, saved it to be a. php then tried using to open the item in I. E also it was a empty screen! So that’s the reason it is so complicated for me!

There’s considerably more to it than opening the file because you would an WEB CODING.

Rapid overview:

Apache is often a server that parses PHP web sites – ie. it reads them and then ouputs what that code tells the idea to.

Unless you want to test these files at home you do not need to worry about Apache BUT you’ll need access to any host that can handle PHP files. If you’ve got a host check which they support PHP.

Then make your PHP site, this is an example of a page:

Code:
< html>
< head>
< title> Example< /title>
< /head>
< body>
< php reveal $_SERVER" HTTP_USER_AGENT"; >
< php phpinfo(); >
< /body>
< /html>

Upload that page in your hosts server often using FTP or perhaps whatever alternative you’ll get.

Next browse towards page in a new any browser. http: //www. yoursite. com/example. php or whatever can do this – make absolutely certain you save it into the same directory as you are trying to search it in.

In the event you see:

Code:
< php reveal $_SERVER" HTTP_USER_AGENT"; >
< php phpinfo(); >

Then that page isn’t being parsed. Check for you to saved it as being a. php – in the event you did then that server it’s on would not support PHP, which is a bummer.

In the event you get a load of specifics of PHP (example here: http: //www. drodbar. company. uk/test. php) then the page continues to be parsed and the particular page is working.

In the event you get a could not be found error then you definitely haven’t saved the page on the same place you’re browsing to.

I believe Karinne has a good e-mail by styles script on your ex website under this scripts section:

http: //www. karinne. net

I wish to view the files at your home to check what they appear like on the precise server. But Apache is actually complicated. Can I have got a link to your download site and also a tutorial on how to proceed once it is definitely installed

I assume you mean you want to check before you upload towards server. In which case you could need Apache, it’s easiest to set up something like PHPTriad or FoxServe.

You will find there’s tutorial about organising PHP Triad upon these forums, try a search for it.

Can u chek out it I are unable to find it on there.

http: //www. webdesignforums. net/showthread. phps=& threadid=4321& highlight=Triad

Searched for " Triad"

Which is very helpful. But I’m around the command prompt bit as I type net sale stop apache, it says the fact that service is not recogized for installed service. Why is niagra That’s the easiest sbs guide Truly seen though. Congrats to whoever wrote this!!!

OK I obtained that sorted these days. I want in order to write a php track and preview the item in my cell phone, like i complete with html records. So I save it towards htdocs driectory within the Apache Group folder, then what do i do Save it as test. php then open it throughout I. E Is the way it functions

Open IE or maybe Mozilla and head over to http: //localhost/filename. php you should get the internet page providing apache can be running on vent 80.

Notice: You must employ localhost here, I’m not using it to represent your domain or DESKTOP name – kind it in as it actually appears over but change filename. php to whatever you might have called your report.

If localhost doesn’t work for some reason try http: //127. 0. 0. 1/filename. php or maybe http: //10. 0. 0. 1/filename. php

Alter: Just re-read your post also it seems that you could have called the record test. php – click on the link below also it should work:

http: //localhost/test. php

OH YEA HELL YER!!!!!!!!!!! FINALLY I OBTAINED PHP TO DO THE JOB. NOW GOT FOR GETTING WORKING ON THIS. (SORRY FOR THIS CAPS BUT I AM SOOOOO HAPPY) MANY MANY MANY THANX FOR YOU TO EVERYONE WHO HELPED ME IN THE DEAL. THANX THANX THANX THANX!!!!!!!!!!

So ever since it works I will make reliable on the web contact forms, message boards, and loads regarding other cool stuff Am I right.

This entry was posted in Web Design and tagged , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *