PDA

View Full Version : Data Base help



jetalomar
April 13th, 2001, 14:24
I aven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. How do i enable that in my database, i'm hosting with http://www.f2s.com

Gonzo
April 13th, 2001, 17:30
goto http://www.f2s.com/db
they have PHPMyAdmin
just use your login info

akashik
April 14th, 2001, 06:35
if PHPMyAdmin is working all bar that one error, you'll be fine. It's a little annoying but not too important.

Greg Moore

oodie
April 14th, 2001, 22:48
Put this in your .htaccess :

php_flag magic_quotes_gpc on

*or*

php_value magic_quotes_gpc 1