5

I'm trying to start php development for facebook applications. I have already had some problems configuring PHP and Apache.

Today I found a tool called EasyPHP. Is it recommended to use this tool for developing php websites and in particular facebook applications?

Jared Farrish
  • 48,585
  • 17
  • 95
  • 104
narek.gevorgyan
  • 4,165
  • 5
  • 32
  • 52

5 Answers5

4

EasyPHP is a perfectly good solution as far as I'm aware, but I've never used it myself so I couldn't recommend it. I use XAMPP, but it's all down to personal preference.

It's probably worth taking a look at this question on SO, or this Wiki article comparing WAMPs.

Community
  • 1
  • 1
Connell
  • 13,925
  • 11
  • 59
  • 92
2

xampp

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.

powtac
  • 40,542
  • 28
  • 115
  • 170
1

I'm using Visual-AMP, It's like the IIS.

falsetru
  • 357,413
  • 63
  • 732
  • 636
phper111
  • 11
  • 1
  • Visual-AMP for Windows, Green portable, requires no installation. Stop related services that are running the program, you can move the directory. – phper111 Sep 06 '13 at 11:37
1

wamp for windows, mamp for mac, thats what I reccommend.

Drewdin
  • 1,732
  • 5
  • 23
  • 35
0

WAMP, MySQL and pretty much any IDE. Just follow the online instructions. WAMP includes all the tools and extensions you'll need without needing to mess around with config files

mr steely
  • 29
  • 3