I am trying to get a list of all directories within a specified
directory.
Any ideas how to do this?
Thanks
Tim
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e
Here are the directions I used to configure PHP with pdflib. These worked for
me.
http://www.phpbuilder.net/columns/perugini20001026.php3?page=2
Tim
Mike Tuller wrote:
> I finally got everything to install on RedHat 7, but I can't do anything
> with pdflib like I had expected.
>
> I get bac
The solution ended up being the need to re-compile php with the
"--enable-discard-path" configure option. This removed the
"#!/usr/local/bin/php" line from the top of the file.
Thanks for the feedback.
Tim
Tim Livers wrote:
> I have installed the CGI version of PHP
I have installed the CGI version of PHP and customized Apache's
httpd.conf. (Had to use CGI for this instance).
Since I only need (and want) a few php scripts to be available on this
server, I added the following line to httpd.conf in order to get my
script to work.
ScriptAlias /myfile.php /loca
4 matches
Mail list logo