• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

how to test php on a mac?

ScorpionV

Limp Gawd
Joined
Nov 27, 2001
Messages
270
I just started a new job today and my project involves designing a web app using php. The computer they gave me to use is a macbook that is also used in their training program, so they reimage it quite a bit. This means that I need to save all my work onto a network drive and I also dont have administrative privileges on the machine. I was just wondering if there is anyway to test my php scripts locally on the machine. It would be helpful if i didnt need to upload them to a webhost everytime. I am not too familiar with a mac so any help would be appreciated.
 
Mac OS comes with PHP 4 installed. You just need to turn it on in your Apache config. If you need PHP 5, or just don't want to bother with your config files, try MAMP.
 
I can't change any of the apache settings since i dont have adminstrative rights on the computer. I'll have to ask around at work to see what I can do. I just kind of got thrown into this job :rolleyes: .
 
Back
Top