How can i know if PHP server is installed on my pc ?
and secondly i need a simple link where i can download it
with simple steps
<?php
?>
<?
?>
Regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Judging by the .. emm … structure of question, you are a primary OS is Windows. Instead of installing it on the existing system, you should consider using an virtualized server.
It is possible using VMware or VirtualBox to set up a server which runs on some distribution of linux or bsd. And it is possible to forward ports from the virtual OS to your localhost. This sort of solution also has the added benefit of simplifying the process of keeping it all up to date and it would give you a good reason for expanding you knowledge.
And then there is the fact, that you would not be polluting your main OS. You just turn the VM of, and its all gone. You have to also consider, that webserver might be accessible from outside. If you forget about having it , and there is a vulnerability found, it ming endanger your main OS. With virtual operating system there isn’t such risk.
As “how” to know if you have server installed: check the task manager and the running services.