how to instal php, apache and mysql into server????

A

Anonymous

Guest
i'm actually do not know anything regarding the server. i've done a system that now is running only at localhost. i'm using php, mysql and apache..i've installed EasyPHP in my persoanal computer to develop the system..now, i want to the system to be in server, not from my localhost anymore...can anybosy tell me what i'm suppose to do??? :help: do i have to install EasyPHP into the server like what i've done in my persoanl computer before????
 
fixaded said:
i'm actually do not know anything regarding the server. i've done a system that now is running only at localhost. i'm using php, mysql and apache..i've installed EasyPHP in my persoanal computer to develop the system..now, i want to the system to be in server, not from my localhost anymore...can anybosy tell me what i'm suppose to do??? :help: do i have to install EasyPHP into the server like what i've done in my persoanl computer before????
If you use Apache, PHP, and MySQL it's mean what you have fully functional webserver. Why your server calls as localhost? all in config of your Apache server. The apache server works with your system and set 127.0.0.1 as localhost. this name protect your computer from internet attack.
 
Back
Top