Yes. Either via a .htaccess file or in your httpd.conf in a Directory
entry put this:
php_value register_globals on
See the following URL's for more info:
http://www.php.net/manual/en/configuration.changes.php
http://www.php.net/manual/en/function.ini-set.php
-Dash
AQUARIUS (Jan 20 - Feb 18)
I would try something like this instead:
$params = escapeshellarg($params);
$output = system(c:\path\to\htpasswd $params);
//check for output errors or what not
There very well could be a better solution (especially since I have not
tried the above code...).
I remember seeing somewhere that the
If the PDF forms you "print on top of" are forms, you can use FDF (Forms
Data Format) to fill out the form. There are several FDF options. One is
to use Adobe's FDF program thingie. Others are listed in the comments on
this page (http://www.php.net/manual/en/ref.fdf.php). I used one of the
ones lis
3 matches
Mail list logo