x
<html>
<body>
<select name="sl" form="data">
<option> Australia
<option> Egypt
<option> Algeria
<option> India
</select>
<form action="files/formselect.php" method="post" id="data">
<input type="submit" name="select">
</form>
</body>
</html>