|
Ed
|
 |
« on: January 20, 2005, 09:45:30 AM » |
|
Its easier than you might think! I setup a dedicated local server once to let me do this but it turns out there is an even faster easier way to do it http://www.easyphp.org/ EasyPHP is a complete software package allowing to use all the power and the flexibility that offers the dynamic language PHP and the effecient use of databases under Windows. Package includes an Apache server, a MySQL database, a fully PHP execution, as well as easy development tools for your web site or your applications. Best part - its a one click install on your local system  - Ed
|
|
|
|
|
Logged
|
|
|
|
|
JamesG
|
 |
« Reply #1 on: January 20, 2005, 10:29:31 AM » |
|
used thius before, i liked it, but then i reinstalled the whole of windows and forgot about it, thanks Ed
|
|
|
|
|
Logged
|
|
|
|
|
deadly_risk
|
 |
« Reply #2 on: January 20, 2005, 11:14:16 AM » |
|
xampp works well for this purpose too. Also includes addons phpMyAdmin, and a few other nifty things.
|
|
|
|
|
Logged
|
-Mann, KE5FMN There are only two certainties: Death and Texas Disclaimer: If it aint Texas or the badlands of New Mexico, dont belive anything I say about a state. Save the Wells! www.cdbaby.com/cd/everyotherfate
|
|
|
|
Ed
|
 |
« Reply #3 on: January 20, 2005, 01:46:04 PM » |
|
This one includes phpMyAdmin as well.
|
|
|
|
|
Logged
|
|
|
|
|
Nicki Faulk
|
 |
« Reply #4 on: January 20, 2005, 02:43:21 PM » |
|
I swear, phpMyAdmin is a God-send! I'm so spoiled, I'm already forgetting the "type in" MySQL commands, I had to look them up this weekend for help on a friend's box. LOL
|
|
|
|
|
Logged
|
|
|
|
|
begeiste
|
 |
« Reply #5 on: March 18, 2005, 11:09:43 AM » |
|
Do you have a easy instruction for setting up a local server once on Mac OS 10? Thanks. Its easier than you might think! I setup a dedicated local server once to let me do this but it turns out there is an even faster easier way to do it http://www.easyphp.org/ EasyPHP is a complete software package allowing to use all the power and the flexibility that offers the dynamic language PHP and the effecient use of databases under Windows. Package includes an Apache server, a MySQL database, a fully PHP execution, as well as easy development tools for your web site or your applications. Best part - its a one click install on your local system  - Ed
|
|
|
|
|
Logged
|
|
|
|
|
GMTurner
|
 |
« Reply #6 on: March 18, 2005, 11:39:06 AM » |
|
With MacOSX it's actually even easier since it comes with Apache installed but turned off by default. I think it even includes PHP. If you search through google I'd think you should come up with some easy tutorials on getting it active, adding MySQL, etc.
|
|
|
|
|
Logged
|
The above post was made at a time when I gave a dang and doesn't necessarily reflect my current views or opinions. For those no longer with us ... Turner's Lounge
|
|
|
|
alienres
|
 |
« Reply #7 on: April 05, 2005, 01:28:42 PM » |
|
visit www.entrophy.ch for Mac OS X installer for PHP 4 and 5. THe site includes a lot of information for configuring PHP on OS X. IT also has info on MYSQL. It is very straight forward
|
|
|
|
|
Logged
|
|
|
|
|
begeiste
|
 |
« Reply #8 on: April 13, 2005, 05:01:14 PM » |
|
With MacOSX it's actually even easier since it comes with Apache installed but turned off by default. I think it even includes PHP. If you search through google I'd think you should come up with some easy tutorials on getting it active, adding MySQL, etc. Really? Have you done so? I did download the EasyPHP1-8 to my Mac OS 10, the exe file isn't executible. But EasyPHP works in the PC very well. Not for Mac, my friend.
|
|
|
|
|
Logged
|
|
|
|
|
GMTurner
|
 |
« Reply #9 on: April 13, 2005, 05:04:33 PM » |
|
With MacOSX it's actually even easier since it comes with Apache installed but turned off by default. I think it even includes PHP. If you search through google I'd think you should come up with some easy tutorials on getting it active, adding MySQL, etc. Really? Have you done so? I did download the EasyPHP1-8 to my Mac OS 10, the exe file isn't executible. But EasyPHP works in the PC very well. Not for Mac, my friend. What I was saying is that you don't need EasyPHP on the Mac because Apache and stuff are already installed by default with OSX.... and it stands to reason that a windows executable wouldn't run on MacOSX....
|
|
|
|
|
Logged
|
The above post was made at a time when I gave a dang and doesn't necessarily reflect my current views or opinions. For those no longer with us ... Turner's Lounge
|
|
|
|
JamesG
|
 |
« Reply #10 on: April 13, 2005, 05:06:03 PM » |
|
|
|
|
|
|
Logged
|
|
|
|
|
kypsah
|
 |
« Reply #11 on: November 09, 2005, 06:28:36 PM » |
|
Thanks for the link, Ed! It was cool to just be able to download everything all at once.
|
|
|
|
|
Logged
|
Eyes are the windows of the soul, but through the heart, the mouth speaks. Jessie 
|
|
|
|
Rowan
|
 |
« Reply #12 on: November 11, 2005, 03:44:30 PM » |
|
One thing to remember when developing locally on a windows machine and then uploading to lunarpages linux servers is CASE SENSITIVITY. I was doing some php and msql stuff locally and then uploaded to LP, took me a while to realise I hadn't been consistent with the casing of my table columns adn thats why it wouldnt work 
|
|
|
|
|
Logged
|
|
|
|
|
landing
|
 |
« Reply #13 on: November 11, 2005, 04:30:28 PM » |
|
Quick enquiry
Whilst developing locally, is there a setting in php.ini or elsewhere to turn off the hideous undefined index errors?
It's annoying that I have to first check if a variable is set before playing with it. I don't have to do this on my LP site.
Cheers
|
|
|
|
|
Logged
|
Best regards
|
|
|
|
Nibbler
|
 |
« Reply #14 on: November 11, 2005, 05:01:09 PM » |
|
Yeah, check the error_reporting setting.
|
|
|
|
|
Logged
|
Missing since 1983 
|
|
|
|