Archive for the ‘program in php’ Category
Any program written in PHP language to stop spy files?
Surely PHP isn’t the right language for that?
Rawlyn.
what are the different tools that you need in order for you to run a PHP program?
PHP is a web based scripting language, so you need a webserver like Apache or IIS (built in to Windows XP Professional and Windows Server). You also need to download and install the PHP parser from PHP.net
Without a Web server, PHP will not render on your screen, you will just see code.