RE: [PHP-INST] empty db queries with 4.2.0...fix found,but....

2002-05-06 Thread Rick Watts
I'm a PHP 'newbie' but I use the extract() function to restore the form variables after passing $HTTP_POST_VARS to a library function for processing - it seems to me that you could do the same with the new $_POST array. That way you only have to add a single function call to each of your form hand

[PHP-INST] 'php_value not allowed here' in apache log

2002-04-10 Thread Rick Watts
include as the only line in my .htaccess file and I get 'php_value not allowed here' in my server's error log. In /etc/httpd/httpd.conf I have added the lines AllowOverride Options but I still get the error. I'm assuming that this is a simple configuration pro