Hi,
i am trying this line to retrieve the coutry from ths following source code :
preg_match_all("/<select name=\"coutry\".*?(<option>.*?<\/option>)+.*?<\/select>/s", $page, $result);
[SOURCE CODE BEGINING ]
<select name="coutry">
<option>country1</option>...