A
Anonymous
Guest
hi,
I have a URL, how can I execute it inside my php code without needs to put it in echo command ???
I have a URL, how can I execute it inside my php code without needs to put it in echo command ???
$res=mysql_query($sql);
$num_result = mysql_num_rows($res);
for($i=0;$i<$num_result;$i++) //loop to send sms message to all members of selected committee
{
$record=mysql_fetch_array($res); //to retrive a mobile phone number form members table .
$mobile = $record["Member_mobil_phone"];
echo "<a href='http://www.halwanisms.com/bulk/post_Univ.asp?UserId=****&password=*****&number=$mobile&Text=$msg_content&sender=lemo&type=2\'> to: $mobile </a>"; echo " <br>";
}
//header('Locaion:http://www.halwanisms.com/bulk/post_Univ.asp?UserId=****&password=*****&number=$mobile&Text=$msg_content&sender=lemo&type=2\')
window.open (url[i])