![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Well, well, well ... Not always simple to be a Mac user... but so exciting ! My web hoster supports PHP, ASP, SENDMAIL, PERL, but not CF. Does it exist a tutorial on how to create this form, according the fact I'm a very beginner and that it is quite urgent ? Thanks for your lights Murray, DL |
#12
| |||
| |||
|
|
Ask them what they provide for form processing. This may be easy... Ipowerweb.com is also my host, and it provides a version of Matt's |
#13
| |||
| |||
|
|
Murray *TMM* wrote: Ask them what they provide for form processing. This may be easy... Ipowerweb.com is also my host, and it provides a version of Matt's formmail (cgi/perl) that I have never been able to make work. I did finally manage to get a form to sort of work yesterday using http://apptools.com/phptools/forms/ -- though I haven't quite yet ironed out how to get the form-filler-outer's choices conveyed to me in the e-mail (still sorting that), I **WAS** able to get it to send me the form, and I am a complete newbie to any kind of programming. It should be easy if the OP only wants an e-mail, rather than a form, to get it working using this tutorial. -- Bonnie in Sacramento kroko at sbcglobal dot net http://www.theanimalrescuesite.com/cgi-bin/WebObjects/CTDSites.woa |
#14
| |||
| |||
|
|
I haven't quite yet ironed out how to get the form-filler-outer's choices conveyed to me in the |
#15
| |||
| |||
|
|
Formmail works, Bonnie. Maybe for you it does...I was just too stupid to figure it out, and I |
#16
| |||
| |||
|
|
What problem are you having? Gary |
#17
| |||
| |||
|
|
I'll try to show you tomorrow, Gary, if you're interested. Since I don't actually UNDERSTAND PHP, I'm having trouble converting the fields in the code I copied to the fields in the form I actually need. |
#18
| |||
| |||
|
|
Thanks, Gary. I decided to try to run before I walked and went back to lessons one and two. I tried to integrate the validation from lesson two with the initial form in lesson one, but after I uploaded I got this error message: Parse error: parse error in /mydomainename/public_html/Bonnie/phpmail.php on line 75 This is my code: line 75 is the very last line, <\html |
|
echo "Message failed to send"; |
|
} ? /body /html> <======= This is line 75. |
#19
| |||
| |||
|
|
Normally, when you get an error pointing to the end of the file, it's an indication that you have a mismatch in your {braces}. That's true in this case. You need a closing brace here: echo "Message failed to send"; } // add this } ? /body /html> <======= This is line 75. Gary |
#20
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |