need help in testing php contact form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
doforumda
Forum Newbie
Posts: 16
Joined: Thu Dec 25, 2008 1:07 am

need help in testing php contact form

Post by doforumda »

hi
i create a php based contact form. now i want to check my script whether it is working or not so please can anyone tell me how can i test or is there any free webservers available that allow to to test my script if yes then please tell me which one?
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: need help in testing php contact form

Post by Eric! »

You need a web host to test your form that allows php and has a mail server. Since you gave us no details about your script (using zend, swiftmail or what?) It's hard to help, but I doubt you'll find something for free that will do what you need. If you post the script we can review it for you.
User avatar
Grizzzzzzzzzz
Forum Contributor
Posts: 125
Joined: Wed Sep 02, 2009 8:51 am

Re: need help in testing php contact form

Post by Grizzzzzzzzzz »

use a localhost, something like xxamp which has a built in mailserver
Post Reply