Joined: Tue Nov 03, 2009 5:50 am Posts: 1 Has thanked: 0 time Have thanks: 0 time
Plz tell me how can i DEploy &Run my frist php program"mypage.php"
msi_333
Question subject: Re: how can i DeployPHP Program
Posted: Sun Jan 03, 2010 8:14 am
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
Depends on the server you are using . for example .if your are using Easy-PHP package which contains apache server . You put your file at www folder and then run http://localhost/mypage.php
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
Xyle
Question subject: Re: how can i DeployPHP Program
Posted: Sun Jan 10, 2010 9:16 am
Joined: Sat Dec 26, 2009 10:54 pm Posts: 8 Location: Nevada, US Has thanked: 0 time Have thanks: 0 time
If your doing it from a home machine, youll need to install a webserver first and foremost. Of course Apache is the number 1 choice and there are tons of resources to help you along with that. I would check out winamp for windows, if your running windows. Its a 1 step package that includes Apache, php and mysql installation to get you started. Once its installed, you should be able to open any .php file with your browser and view the contents.
msi_333
Question subject: Re: how can i DeployPHP Program
Posted: Sun Jan 10, 2010 9:33 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
@Xyle , thanks for your addition .
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )