bobber205 macrumors 68020 Original poster Aug 23, 2006 #1 Where the best place to learn how to install php on my macbook? I would love to start learning. (it's for work anyway)
Where the best place to learn how to install php on my macbook? I would love to start learning. (it's for work anyway)
eva01 macrumors 601 Aug 23, 2006 #2 Could have sworn PHP was already installed on OS X. If not then the PHP website shows you how to install it on OS X http://developer.apple.com/internet/opensource/php.html
Could have sworn PHP was already installed on OS X. If not then the PHP website shows you how to install it on OS X http://developer.apple.com/internet/opensource/php.html
bobber205 macrumors 68020 Original poster Aug 23, 2006 #5 Thanks for all the awesome links. Since you guys seem to know so much, do you guys have any resource for installing PHP on XP and maybe even Linux?
Thanks for all the awesome links. Since you guys seem to know so much, do you guys have any resource for installing PHP on XP and maybe even Linux?
bobber205 macrumors 68020 Original poster Aug 23, 2006 #6 I installed the MAMP server app. It's working. One thing: Why when I want to actually go to one of my php pages I am forced to type in this Code: http://localhost:8888/php1.php ..instead of the actual file path name?
I installed the MAMP server app. It's working. One thing: Why when I want to actually go to one of my php pages I am forced to type in this Code: http://localhost:8888/php1.php ..instead of the actual file path name?
Benjamin macrumors 6502a Aug 23, 2006 #7 eva01 said: Could have sworn PHP was already installed on OS X. If not then the PHP website shows you how to install it on OS X http://developer.apple.com/internet/opensource/php.html Click to expand... it is but not active by default. http://www.phpmac.com/articles.php?view=225 anyway mysql isn't installed by default so why not just install both at the same time from http://www.entropy.ch/software/macosx/ anyway.
eva01 said: Could have sworn PHP was already installed on OS X. If not then the PHP website shows you how to install it on OS X http://developer.apple.com/internet/opensource/php.html Click to expand... it is but not active by default. http://www.phpmac.com/articles.php?view=225 anyway mysql isn't installed by default so why not just install both at the same time from http://www.entropy.ch/software/macosx/ anyway.
D dunc85 macrumors regular Aug 24, 2006 #8 bobber205 said: I installed the MAMP server app. It's working. One thing: Why when I want to actually go to one of my php pages I am forced to type in this Code: http://localhost:8888/php1.php ..instead of the actual file path name? Click to expand... Because it's a server-side language and has to be run through a server to work.
bobber205 said: I installed the MAMP server app. It's working. One thing: Why when I want to actually go to one of my php pages I am forced to type in this Code: http://localhost:8888/php1.php ..instead of the actual file path name? Click to expand... Because it's a server-side language and has to be run through a server to work.
S simonthewolf macrumors member Aug 24, 2006 #9 Benjamin said: it is but not active by default. Click to expand... It's the same with OS X 10.3 Panther, and it's the same procedure to activate it too - just uncomment everything and restart apache.
Benjamin said: it is but not active by default. Click to expand... It's the same with OS X 10.3 Panther, and it's the same procedure to activate it too - just uncomment everything and restart apache.
bobber205 macrumors 68020 Original poster Aug 24, 2006 #10 ... Using MAMP how do I get debugging turned on? I will try removing a ";", making it wrong, but no errors come up in Safari or Firefox. Any suggestions?
... Using MAMP how do I get debugging turned on? I will try removing a ";", making it wrong, but no errors come up in Safari or Firefox. Any suggestions?
bobber205 macrumors 68020 Original poster Aug 24, 2006 #11 New Question In PHP, when you use the exec command, does other extensions you install work without any additional steps other than having to install it in the first place?
New Question In PHP, when you use the exec command, does other extensions you install work without any additional steps other than having to install it in the first place?