Database
table: "country"
coloums:"id_country,country_name"
i have only one text feild:
Country: <input type=text name="country_name" >
$conn->query("insert into country");
i want to fill this feild with
"india,australia,canada,etc."
from the above line the (,) has to treat like new value.! so it has to store in db with id_country increment..