Is there a way I set up Rapid PHP on my computer so I can test drive form data to php files without transferring the files and running it to a server website? I want to do everything local and not go back and forth from my computer to the server. I have been programming for many years with Microsoft and coding is not the problem, but setting up the system is. (to work locally). Thanks in advance.
John
Setting up Rapid PHP for Form data transfer
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Setting up Rapid PHP for Form data transfer
I believe it is much easier done on Wiondows than on remote Unix/Linux server as there you have to set proper permissions and have php configured properly. Locally on Windows it should be easier. In any case, for serious development you need to have PHP and web server (e.g. Apache) installed and configured. For easy tasks the built-in web server if Rapid PHP should work, but if you are very serious, you should get XAMPP installed and this will ensure that you have PHP and Apache and MySQL installed and running properly. Then you should be able to run PHP scripts of whatever complexity.
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: Setting up Rapid PHP for Form data transfer
I recommend the Xampp route too. Very simple to use and install (just extract and run the control panel) and they update it quite frequently.
http://www.apachefriends.org/en/xampp.html
.
http://www.apachefriends.org/en/xampp.html
.