basicly if you can get to a cli and type the commands each line is a seprate command
yum install httpd
yum install php
yum install mysql-server mysql
yum install phpmyadmin
each command will install something and you usally just have to say yes and it does the rest once everything is installed you have to start the services you do that with the following commands
service httpd start
service mysqld start