PDA

View Full Version : What do you need to do for PHP?



Hobbes
December 3rd, 2000, 22:54
What do you have to do to set up a PHP script? Just upload it and then point your browser to it, or do you have to CHMOD it like a CGI script? ...What is needed on the server end?

Thanks :)

ashben
December 3rd, 2000, 23:02
You don't need much. Just the PHP engine (as ISAPI or CGI module) installed on the web server. Thereafter any script with a .php or .php3 extension would work. Reference and example : http://www.php.net/docs.php

Hobbes
December 3rd, 2000, 23:24
thx. I will take a look at that...