Question:
how to run .php files?
anonymous
2007-03-23 03:29:13 UTC
I have to install 'datalife engine'.the installation folder contains install.php instead of install.exe.please help,what should i do?
Four answers:
NC
2007-03-23 19:41:00 UTC
First of all, consider not installing DataLife Engine at all; it contains several well-known cross-site scripting vulnerabilities:



http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-1424



Second, before you can install a PHP application, you need to install an HTTP server (usually Apache or IIS), configure PHP support in that server, and, if necessary, install the database server required by the application...
sergeysidukov
2007-03-23 11:02:33 UTC
Datalife is a PHP script, so logically there's php installer. I think install.php is simply an installation script. So, you need to have something like Apache server and PHP/MySQL installed at your computer.



Actually, without PHP/MySQL/Server you won't be able to work with Datalife engine
rudrajyoti_biswas
2007-03-23 10:36:59 UTC
Install phptriad software, and the php.exe file to your OS classpath. Then from command prompt run >php install.php

This will run php file
sonny4fn
2007-03-23 11:22:23 UTC
php files only run on a server that is cinfigured for php, not sure of your level of expertise but you could install apache, it's free


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...