1 2 3 4 5 6 7 8 9 10 11
<?php require_once("../config.php"); $res= new PDO($mysql_server,$mysql_user,$mysql_pass); require("../../codebase/combo_connector.php"); $combo = new ComboConnector($res, "PDO"); // $combo->enable_log("temp.log"); $combo->dynamic_loading(2); $combo->render_table("country_data","country_id","name"); ?>