EvilZone

Programming and Scripting => Web Oriented Coding => Topic started by: ande on June 18, 2011, 09:31:59 PM

Title: Setting up a PHP environment #2
Post by: ande on June 18, 2011, 09:31:59 PM
Hello again,

Just thought I would mention that there is a easier way of creating a PHP testing/development environment than the previous tutorial I wrote(http://evilzone.org/web-oriented-programming/starting-php-scripting-setting-up-a-php-environment/ (http://evilzone.org/web-oriented-programming/starting-php-scripting-setting-up-a-php-environment/)). This one is windows ONLY tho. But its like 1 click installer, so its very easy, fast and a general good product. Not much of a server product tho, keep it to testing and development.

WAMP (Apache, MySQL, PHP on Windows)
http://www.wampserver.com/en/ (http://www.wampserver.com/en/)

One-click Apache, MySQL, PHP and phpMyAdmin installer.
Title: Re: Setting up a PHP environment #2
Post by: Stackprotector on June 20, 2011, 11:47:32 AM
  Just google setting up LAMP on linux, its even more easier.
Title: Re: Setting up a PHP environment #2
Post by: Kulverstukas on June 20, 2011, 12:06:58 PM
I prefer XAMPP/LAMPP over WAMP.
WAMP tends to crash for no reason...
Title: Re: Setting up a PHP environment #2
Post by: ande on June 20, 2011, 02:29:15 PM
I prefer XAMPP/LAMPP over WAMP.
WAMP tends to crash for no reason...

Never crashed for me. I tried XAMPP once, but seamed messy. Never tried LAMPP(?).
Title: Re: Setting up a PHP environment #2
Post by: Kulverstukas on June 20, 2011, 02:34:32 PM
LAMPP is XAMPP for linux (Linux Apache MySQL PHP)
http://www.apachefriends.org/en/xampp-linux.html (http://www.apachefriends.org/en/xampp-linux.html)
Title: Re: Setting up a PHP environment #2
Post by: lucid on April 09, 2013, 03:15:29 AM
I definitely prefer LAMP. It's incredibly easy to set up. Though I find I never really use phpMyAdmin though.
Title: Re: Setting up a PHP environment #2
Post by: Madmadman678 on July 26, 2013, 03:49:43 AM
I have the WAMPSERVER thing, but is notepad++ not a good develop environment? Because I cant seem to open the RFI_EZ_Test_Script.tar.
Title: Re: Setting up a PHP environment #2
Post by: ande on July 26, 2013, 04:02:45 AM
I have the WAMPSERVER thing, but is notepad++ not a good develop environment? Because I cant seem to open the RFI_EZ_Test_Script.tar.

Notepad++ is a text editor with markup. Its fine for scripts and alike, but it has no compiler afaik. You have to unpack the RFI script with something like winrar (or just tar on linux).