output of this script should be - only the selected email ids to download to text file output.txt
can you please check any mistake in this code.?
Code:
if(isset($_REQUEST[btn_export])){
$select_group = $_REQUEST[select_group]; // select_group is a list box to select the choice
if($select_group == 1){
$qry_contacts = "select eml_id from
Leave a comment: