phpmyadmin - where the heck is this php.ini file anyways? -


I am running on PHP with PHP vs 4.1.14 phpMyAdmin. It says that the file is on /usr/lib/php/php4.ini but I can not find it anywhere. Is this in the phpMyAdmin folder? I really have to find out this and soon it will be the turn of magic_quotes or I'm going to post. Thank you.

Okay then I suppose it was not clear. I did phpinfo () I do not know how to find that location on the server .....

search php one Iii can be easily done by phpinfo on dedicated servers (as said by others)

but I think you are using a shared hosting environment ( So that you can not edit php.ini) and actually need to close magic_quotes_gpc . (Am I right?) If so, just create a file named .htaccess in the web root (or phpMyAdmin root) and insert the following line into it.

  Php_flag magic_quotes_gpc off  

Hope is expected: -)


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -