I am new to PHP. We design websites and we have our enquiry forms in PHP. In order to check whether the forms are working or not, whether form is able to send mails everytime i need to upload the site and check it online. Is there any internal PHP server where you can check out all these things just like in ASP.
Sure it is. Since you put things that way I believe you don't have a Linux workstation there, so I suggest you using the Windows ports for Apache, PHP & MySQL. If you google for wamp you find out some good software packages. By the way, WAMP stands for Windows + Apache + MySQL + PHP
I need to test a simple php form like in "http://travelindiapackages.com/enquiry.php" What softwares will i need to install on my pc..
If you are real adventurous you an download VMware Server and install it on your computer. It is now a free download. Then you can create a virtual machine, and install the same version of Linux/Unix/Windows that your client is going to use and make sure the scripts and sites run as expected.
Just do a google search for "php installation tutorial" and you will find plenty of tutorials on where to get and how to install Apache, php and MySql. I can't remember which tutaorial I used but it was really straight forward.
Xampp is a good start. It comes with everything you need. You can choose between the Light, Medium or High versions. In your case i would choose the light (or lite) one. ^^ http://www.apachefriends.org/en/xampp.html Greetings