Re: [PHP] how to change from php Apache module to php CGI?

2001-03-18 Thread Oktay Altunergil
#from httpd.conf #For PHP/FI (PHP2) as a cgi binary Addtype application/x-httpd-php2 .php .php2 Action application/x-httpd-php2 /cgi-bin/php.cgi This works for the php2 cgi installation. It might work for php3,4 as well. oktay - Original Message - From: "Chris Chan" <[EMAIL P

Re: [PHP] phpMyAdmin edit function not working

2001-03-18 Thread Oktay Altunergil
if you're using Windows. Check out phpfront at the address below. I must accept that I don't completely understand your problem, but I found this software to be more usable than the phpMyAdmin. (if your code has to know when a field's value in the database is 'NULL' you may have problems with phpM