Click to See Complete Forum and Search --> : Some more help please?


humphree
01-04-2004, 02:41 PM
gone

fredmv
01-04-2004, 02:45 PM
http://www.webdevfaqs.com/php.php#mailer

Pittimann
01-04-2004, 02:47 PM
Hi!

Please search forums dealing with serverside programming for email forms or formmailers. Most likely you will find a solution in the PHP forum and hopefully you server supports PHP or another language in question.

Cheers - Pit

Edit: Hi fredmv! Once more you've been faster :p

humphree
01-04-2004, 02:49 PM
its confusing :confused:
i dont know php yet...

fredmv
01-04-2004, 02:52 PM
Originally posted by Pittimann
Once more you've been fasterTrue, but we both helped equally. :D

Originally posted by humphree
i dont know php yet...No need to. The script I linked to is fully commented and is extremely simple to configure even if you have no knowledge of PHP or any programming language, for that matter.

humphree
01-04-2004, 02:54 PM
i know programming laguages(ex. c++, vb(some), html, javascript)...but...but...i dunno ill try it lol

humphree
01-04-2004, 02:56 PM
hostultra wont let me use the mailer.php...i get this error
Warning: mail,rename,copy() has been disabled for security reasons in /data/hosted/kamalohe/mailer.php on line 42
Thank you for submitting our form. We will get back to you as soon as possible.

fredmv
01-04-2004, 03:01 PM
They must have safemode on. I'm not sure if there's an alternative function you can use to send mail (ask Ryan (pyro) about that though since he knows server-side scripting much better than I do, plus he wrote that script). You'll have to find another host which supports PHP and doesn't have safemode on. You should, however, first check to see if your Web host provides functionality like this since it is of course a common request. If they don't, you could always use Response-O-Matic (http://www.response-o-matic.com/).