when i try to execute this code
$link_id = db_connect();
mysql_select_db("sample_db");
$country_array = enum_options('usercountry', $link_id);
mysql_close($link_db);
i get this error and i dont know why
Fatal error: Call to undefined function: enum_options() in C:\Program Files\Apache Group\Apache2\htdocs\AI-RPG\register.php on line 7
can anyone help me out on this.