|
Answer» Does anyone know how to set up a testing server for:
Vista 32bit Dreamweaver Version cue cs3? MySQL/PHP Firefox 3.0 phpmyadmin
It MAY or may not be something I'm doing with the file paths.
Any and all help is MUCH appreciated.
Thanks in advance.You can download XAMPP from apache friends.
I supports PHP, MySQL, CGI/Perl, and has PHPMyAdmin built in. It uses Apache Server.
Just place all your PHP files, etc, in the "htdocs" folder. Then open Firefox or whatever browser you're using and type "http://localhost/ ".
You can change all the settings for XAMPP by going to "http://localhost/xampp/".Many thanksNo problem. Hope it works.I'm stuck. Can you explain a little more on how to set up a testing server?
Thanks again.How exactly do you mean explain? Have you got it downloaded?
Just install it and save it to your main program files folder (C:\ Program Files\ etc.) Now double click on xampp_control.exe in the main XAMPP folder. This is the control panel for starting the MySQL, PHP, SMTP etc. services. The best thing to do is just start all the services.
Next scroll to the "htdocs" folder in the XAMPP directory. Create a new folder for example "my_website", and place your HTML, PHP, etc files in there.
Now open your browser and type: "http://localhost/my_website/ < name of HTML, PHP file etc. >".
Thats basically it. If you need more help just back and I'll be happy to help.I'm currently mystified on how to get my testing server to do what I want it to do. I'm now going to use IIS instead of version cue and try to view my PHP files. When I try to view a php page, I get an error saying something like: "event not handled by the registered module."
I used GUI tools through MySQL, that's working.
So, if you don't mind:
- What do I do to IIS to get it to accurately display PHP info?
- What paths do I need to configure?
- If I'm not aware of something, what should I be considering?
ThanksQuote from: DukeIcewalker on July 15, 2008, 11:46:14 PMI get an error saying something like: "event not handled by the registered module."
Are you sure your PHP Code is write? Just try something simple like:
Quote from: DukeIcewalker on July 15, 2008, 11:46:14 PMWhat do I do to IIS to get it to accurately display PHP info?
IIS is mainly for ASP and ASP.NET as it is made MICROSOFT, so I'm not 100% sure if it WOULD parse PHP files. I guess you could try but it mightn't work.
For IIS, as far as I know, you put your files in the "wwwroot" folder, but I'd try the IIS Help section first.
Keep me posted. I've been doing some learning on lynda.com and that's helped out a lot.
I may have more questions later, though.
thank youAs it turns out, I was trying to use iis for php and also version cue for php. I just went ahead and got apache, no big deal.
I downloaded apache, php, and mysql, looks like it will work.
lynda.com showed me how to set it up, now I'm up and running. I appreciate the help though.I'm glad it all worked out. Be sure to come back if you have any more problems/questions.
|