Welcome Guest, Not a member yet? Register   Sign In
database_exists not working -- CI Newb here
#2

Have you checked your spelling? This works fine for me

PHP Code:
$this->load->dbutil();
echo (
$this->dbutil->database_exists('my_db_name')) ? 'exists' 'nothing'

Reply


Messages In This Thread
RE: database_exists not working -- CI Newb here - by Rufnex - 03-28-2015, 02:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB