nithin kamath
New Member
- Messages
- 11
- Reaction score
- 0
- Points
- 0
Those who are familiar with wordpress, joomla and other CMS(Content Management Systems) may have noticed that they are full of php scripts and cannot be run locally using a browser like we open an HTML file....
It is because PHP needs server Operating Systems like Apache. PHP is also called as server side scripting..
Now coming to the context, to develop or test any website or blog thet make use of php or some other server side script you need to install A collection of softwares called as WAMP server..
WAMP stands for 'Windows, Apache,MySql,PHP'..
All the above 4 components are essential to run any CMS like wordpress,joomla etc.
You can download and Install the Wamp server from http://www.wampserver.com
after installing the wamp server you will get a 'w' icon in the notifiacation bar click on it to open www directory(same as public_html directory) or php myadmin(for maintaining the databases), mysql terminal(to operate on databases in command mode) etc...
It is because PHP needs server Operating Systems like Apache. PHP is also called as server side scripting..
Now coming to the context, to develop or test any website or blog thet make use of php or some other server side script you need to install A collection of softwares called as WAMP server..
WAMP stands for 'Windows, Apache,MySql,PHP'..
All the above 4 components are essential to run any CMS like wordpress,joomla etc.
You can download and Install the Wamp server from http://www.wampserver.com
after installing the wamp server you will get a 'w' icon in the notifiacation bar click on it to open www directory(same as public_html directory) or php myadmin(for maintaining the databases), mysql terminal(to operate on databases in command mode) etc...