Problems With PHP Form
Posted by: raphgate (---.56.137.234.rmts.satcom-systems.net)
Date: April 13, 2006 01:36AM

Hello, i have a php script i use to send mails to my customers about new products and others. Normally, if i put this script on my host, after i click on the send button, it will send and then retain the contents in the form. But now on my wamp server after i fill the form and then click on send, it will clear up everything in the form and not send. the question is, what do i have to do in my php.ini to make the contents of the form remain in it after i click send.

Thank you



--Gam3 Of Luck--

Options: ReplyQuote
Re: Problems With PHP Form
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: April 13, 2006 05:36AM

you can not send mail from your WAMP server since it does not have a SMTP server. You can install a SMTP server, but I do not recommend it. Spam bots troll the internet praying on unsecure SMTP servers to use to send their spam from. Since the spam comes from your IP, it will appear you are the one sending the emails, not the spammer. Your ISP will shut you down in no time.

Options: ReplyQuote


Sorry, only registered users may post in this forum.