As we start to learn any server side scripting we should also test some of the script in real time to see how it actually behaves and how the flow occurs. But to perform these we need to make some initial arrangement such as getting a real server access or the local system should be made to behave as a server. Often young developers prefer going on for setting up local system server. Thus making use of the localhost 127.0.0.1 to perform the task of a server.
Before we start let turn to the procedure to setup the local server.There are many developer tools to setup server configuration. Microsoft offers IIS which is often bundled with the XP Installation CD. The most widely used one is the Apache Project tool i.e http server by apache. Its is best and we are going to discuss in another post about how to setup it.
Friday, November 21, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment