The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Or is this double dutch?
Basically, all I would like to do is be able to script on my own machine to test my new web pages but I can't fathom out any of the stuff I find on the web.
Does the installation of a web server on your own machine really have to be so confusing? ;)
Thanks in advance for any help (looking at you Turbonutter!!).
If you REALLY want PERL then download ActivePerl (http://www.activestate.com/) and follow their instructions.
I really recommend just downloading and installing perl and just sticking the path at the top of your scripts though. Something like...
#!/Perl/bin/Perl.exe
(thats mine anyway as I've got perl installed to c:\Perl ).
cjh, if you don't want the hassle of trying to set things up, I really recommend you find yourself a ready to install package of what you want. Personally I use easyphp (from easyphp.org). Its apache, php and mysql ready configured. Really easy to set up, run the installer (its in french but its just the standard installer interface most progs have asking the regular questions), and afterwards run it, and it leaves you with an icon in the systray where you can stop/start apache/mysql as you like.
If that isn't to your taste, then theres many more, I'm sure google will yield you some on a search, and I guess others on here can provide you links. :)
-G
http://hotwired.lycos.com/webmonkey/ (SPACE) 00/44/index4a.html?tw=programming
I don't know about MySQL I'm afraid but I've installed Apache and PHP4 on two machines now using these instructions and they both ran fine.
> Mind if I ask how hard it was to install and Config apache with PHP4
> (and MySQL if you have it) in the first place?
It's resaonably easy. I followed the instructions on WebMonkey.
Just go to www.webmonkey.com and click on "Builders". Then choose PHP from the drop down menu and find the "PHP from the ground up" article. It was written a couple of years ago but is good and shows you what to do from the start.
Have a go with that and if you have any probs, post them here and I'll try to help.
Or is this double dutch?
Basically, all I would like to do is be able to script on my own machine to test my new web pages but I can't fathom out any of the stuff I find on the web.
Does the installation of a web server on your own machine really have to be so confusing? ;)
Thanks in advance for any help (looking at you Turbonutter!!).