ico2
Group: Members
Posts: 802
Joined: July 2004 |
|
Posted: Aug. 15 2004,20:38 |
|
guide to using php with monkey: do the above steps before continuing (you can skip the creating index.html). use dsl panel to stop monkey web server. download php.tar.gz and put it in your home directory, in emelfm right click and select open with, type "tar -C / -zxvf" and press enter, you should see text scrolling by but there should be no errors, start monkey web server again from the dsl panel. delete the file /opt/monkey/htdocs/index.html. open scite and enter the following:
<?php phpinfo(); ?> save it as test.php open your favourite browser and type "http://localhost/test.php" (or http://localhost and click on test.php)
you should get a page of stuff.
-------------- ico2
|