Page 1 of 1
Local Environment?
Posted: Mon Jan 29, 2007 6:59 am
by CalebBoese
Hi all!
I was just wondering... Is there any way to set up a local environment for editing PHP? Like a server-enabled PHP for a folder I would use? And for mySQL too? Like, C:\My Documents would get chosen by this local server, and all PHP documents would be handled and sent back?[/b]
Posted: Mon Jan 29, 2007 7:32 am
by dude81

Interesting, I can tell you this is possible if one system (Server is of linux), setup a samba server on Linux, and link it to a local windows system on which you are coding. Hope fully you might get stuck get at permissions on linux, If you are successful till setting up samba server on linux and link the path to your local windows, permissions should not be a problem.
Posted: Mon Jan 29, 2007 8:45 am
by feyd
"Local environment" typically means developing on your own machine with a web server and database installed (if needed.)
Re: Local Environment?
Posted: Mon Jan 29, 2007 8:50 am
by nadavvin
CalebBoese wrote:Hi all!
I was just wondering... Is there any way to set up a local environment for editing PHP? Like a server-enabled PHP for a folder I would use? And for mySQL too? Like, C:\My Documents would get chosen by this local server, and all PHP documents would be handled and sent back?[/b]
http://www.apachefriends.org/en/xampp-windows.html
Posted: Mon Jan 29, 2007 10:07 am
by CalebBoese
thank you very much, Xammp works great! [Resolved]