This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / how to install free php scripts. Thanks
-moneris(moneris);
2005-7-12
{1723}
(#2395681@0)
-
Make it clear 1. you must install php 2. install apache with php support,3 test it: http://www.someweb.com/some.php, Php will compile and run it.
(I only know little bit something on the UNIX)
-pigkiller(早起的虫子给鸟吃);
2005-7-13
(#2395864@0)
-
Do you know you suppose to run those scripts in Browser, don't you?
-countryroad(路谣);
2005-7-13
(#2395934@0)
-
does "run" means to type http://www.domain.com/xx.php
-moneris(moneris);
2005-7-13
(#2396272@0)
-
yes. But in your local machine, it should point to the place where you install your scripts. It should be under the place in apache depends on your config. c:/apache/www/your scripts
-countryroad(路谣);
2005-7-13
(#2396502@0)
-
Thanks. What does "upload" mean. Does it mean to copy *.php file to htdocs folder? where my http point to ?
-moneris(moneris);
2005-7-13
(#2396626@0)
-
to understand what upload.php means or does, you have to read the source code. If you have programming background, it will be as easy as ABC. If not, then it will be as difficult as Spanish to us -:)
-countryroad(路谣);
2005-7-13
(#2396693@0)