myDSL Extensions (deprecated) :: php now in repository
http://www.ibiblio.org/pub/Linux/distributions/damnsmall/mydsl/php.tar.gz
PHP 4.3.7 scripting language able to work with Monkey web server or as a stand alone easy to use scripting language.
Thanks for PHP, but I'm having some problems. Checking with the maker of the php scripts it indicated I needed to set the temp directory. I can't seem to find the ini file where I can set the temp directory.
Do you have any directions for it?
Thanks,
Usually the best source to see the configuration is to make a simple phpinfo document
Using an editor create phpinfo.php with just this single line
<? phpinfo() ?>
Place this document in /opt/monkey/htdocs
Start the monkey webserver
Open dillo or other browser and enter the following URL
localhost/phpinfo.php
You should see a screen full of paths and settings.
That worked. Thank you very much.
BTW I could not register on this forum.
And, where can i find monkey webserver to use with my Live CD?
Next Page...
original here.