sql_user = "user"; $this -> sql_password = "123456789; $this -> sql_dbname = ""; $this -> sql_table = "ponline_"; $this -> ponline(); } } //Creats a new instance of the class $online = new online; //Check for table if ($online -> table_exists() == false){ echo "Table not found!"; //Creates the table $online-> create_table(true); } else{ echo "Table exists"; } echo "