If you cant get the apache/php/mysql to work using the easyphp icon... try this:
create a ".bat" file called run, right-click->edit
enter this:
cd apache
START apache.exe
NET START apache
cd ..
cd mysql\bin
start mysqld-nt.exe -a
then to stop the server and mysql, create a ".bat" file called "run",
Enter this:
cd apache
START apache -k stop
cd ..
cd mysql\bin
START mysqladmin.exe -u root shutdown
Then place both of them in your Easyphp main directory....
all you have to do then is create shortcuts to them 😃
if you dont know how to create .bat files and edit them i have included them as an attachment... 😉