Your IP : 3.149.250.11


Current Path : /home/sudancam/.trash/quran/
Upload File :
Current File : /home/sudancam/.trash/quran/location.php

<?php
include("includes/function.php");
$sorax = intval($_POST['sora']);
$ayax = intval($_POST['aya']);
$typex = intval($_POST['type']);
$ayanumber = intval($_POST['ayanumber']);
$tafseernumber = intval($_POST['tafseernumber']);
if(isset($sorax) AND $sorax != 0 AND $sorax <= 114){ $sora = $sorax; }else{ $sora = 1; }
if(isset($ayax) AND $ayax != 0 AND $ayax < $ayanumber+1){ $aya = $ayax; }else{ $aya = 1; }
if(isset($typex) AND $typex != 0 AND $typex < $tafseernumber){ $type = $typex; }else{ $type = 1; }
if ($htmlorphp=="1"){ $links = "t-".$sora."-".$type."-".$aya.".html"; }else{ $links = "tafseer.php?sora=".$sora."&type=".$type."&aya=".$aya.""; }
echo "<meta http-equiv='refresh' content='0; url=".$links."' />";
?>