mysql_query("ALTER TABLE `php_settings` ADD `site_suspect_filter` INT( 5 ) DEFAULT '1' NOT NULL");
Whats wrong here..? It keeps giving me this error:
Unknown column 'site_suspect_filter' in 'field list'
I know that it doesn't exist thats why I am trying to add it to the table!
I executed it via phpMyAdmin, and it worked just fine, but it won't via the browser?
NVM, I figured it out, please someone dlete this topic