This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hey guys , Am kind of noob when it comes to server-side scripting , i have downloaded and installed PHP,apache and Mysql and am following w3schools for my tutorial on php , now i want to know how to deploy a php application in the apache server , i tried googling it and felt kinda complicated , A brief explanation on how to begin with is appreciated , thank you !!
"Known is a drop , unknown is an ocean " !
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
You need to install the mod_php module in Apache if it isn't installed already. I'm sure there's documentation available for it that tells you how to do that, and how to run your first PHP script.
If you just want to start with PHP as quickly as possibly, then you're better off installing preconfigured Apache + PHP + mysql stack like WAMP-it'll have everything already configured.
Aniket Kulkarni
Oracle Certified Professional, Java SE 6 Programmer.
abani patra
Ranch Hand
Joined: Oct 11, 2011
Posts: 70
posted
0
Hi,
For deploying your php application , if you have installed XAMPP then just put your code inside the htdocs folder of xampp installed directory ,then access that from your browser.