- Download the xampp (because you need a server to run the php scripts)
- Install the xampp and open it. It will look like this.

- Then You can start the apache server.
If you can't start the apache server and getting error like this.
Then follow these steps (we are going to change the apache server port number)
- click on the config button and select Apache(Httpd.conf)
- Then it will open a config file from notepad
- Then find 'Listen 8080'
- Then change the 8080 to 8081 or 8082 and save the file and start the server
- After start the just open the browser and put this URL 'localhost' or if you change the (port) 8080 to 8081 then URL should be like this 'localhost:8081'. The you'll be able to see this page.
That's all. Now you can develop PHP web applications, \\//
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.