Yes for sure. I find using MAMP is a good and easy way to test PHP / mySQL websites. I use the PRO version but the basic one will do as well.
http://www.mamp.info/en/index.php
I can't believe they charge for the pro version when all the software it includes is free and offers all the pro "features" as well.
Speaking only for myself, I paid not for the fact that it has Apache, mySQL (which are free) but that it makes it all quick and easy to set up test sites. I don't have time or a real need to have to go and configure apache etc. MAMP is a easy GUI interface where I don't need to think about the technology behind it all. I can concentrate on design and CSS which is what I really care about.
Yes for sure. I find using MAMP is a good and easy way to test PHP / mySQL websites. I use the PRO version but the basic one will do as well.
http://www.mamp.info/en/index.php
Unless your webhost has some special setup things going on, the Apache install on Mac OS X will generally work fine for simple testing of web pages.
After Install where do I move the web pages to. Is there a wizard? I am a Graphics person, and need to look at changes to our website without being live. The person who prepared pages cannot do this.
I will be trying this over the weekend.
thanks,
I placed the files in the hotdocs folder as MAMP stated. MAMP servers are started. Personal Web Sharing under Services is Started. When I do to: 'View this computers website at http://signatures-imac.signaturecard.net/ or your personal website at http://signatures-imac.signaturecard.net/~signature/"
Only the basic start up pages display. Have I missed turning something on or am I looking at the wrong site address?
Jim
Very true. And PHP is already installed on OS X, it's just not enabled. Edit one line in httpd.conf and PHP is enabled. Go to "sharing" in system preferences and enable "Web Sharing" and Apache will start up automatically. It ain't exactly rocket science.
I placed the files in the hotdocs folder as MAMP stated. MAMP servers are started. Personal Web Sharing under Services is Started. When I do to: 'View this computers website at http://signatures-imac.signaturecard.net/ or your personal website at http://signatures-imac.signaturecard.net/~signature/"
Only the basic start up pages display. Have I missed turning something on or am I looking at the wrong site address?
Jim
Your files go in the htdocs (not hotdocs) within the MAMP application folder. By default you access your MAMP server at http://localhost:8888/. When you startup MAMP the default page URL is something like http://localhost:8888/MAMP/. If you remove the /MAMP part it will display the htdocs folder. Also, there's usually not a problem with running personal web sharing as well as that uses different ports and subsystems.