ÿØÿà JPEG ÿþ;
| Server IP : 68.65.120.201 / Your IP : 216.73.216.221 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/./././././././taxhyuvu/././././././././././admin/ |
Upload File : |
<?php include('db.php');
if(isset($_POST['go'])){
$CaseNo=$_POST['CaseNo'];
$Ref=$_POST['Ref'];
$Vs1=$_POST['Vs1'];
$Vs2=$_POST['Vs2'];
$Peti=$_POST['Peti'];
$Respo=$_POST['Respo'];
$Law=$_POST['Law'];
$Sect=$_POST['Sect'];
$Head1=$_POST['Head1'];
$Para1=$_POST['Para1'];
$Head2=$_POST['Head2'];
$Para2=$_POST['Para2'];
$Para3=$_POST['Para3'];
$Para4=$_POST['Para4'];
$PTD=$_POST['PTD'];
$Catag=$_POST['Catag'];
$Uploader=$_POST['Uploader'];
$Court=$_POST['Court'];
$Present=$_POST['Present'];
$Year=$_POST['Year'];
$Law2=$_POST['Law2'];
$Sect2=$_POST['Sect2'];
$Law3=$_POST['Law3'];
$Sect3=$_POST['Sect3'];
$Law4=$_POST['Law4'];
$Sect4=$_POST['Sect4'];
$Sect4=$_POST['Sect4'];
$eemail=$_POST['eemail'];
$Para1= str_replace("'","\'",$Para1);
$Para2= str_replace("'","\'",$Para2);
$Para3= str_replace("'","\'",$Para3);
$Para4= str_replace("'","\'",$Para4);
$upldate=$_POST['dates'];
$power="INSERT INTO `judgments`(`CaseNo`, `Ref`, `Vs1`, `Vs2`, `Peti`, `Respo`, `Law`, `Sect`, `Head1`, `Para1`, `Head2`, `Para2`, `PTD`, `Catag`, `Uploader`, `Court`, `Present`,`Year`,`Para3`,`Para4` , `Law2`, `Sect2`, `Law3`, `Sect3`, `Law4`, `Sect4`,`upldate`,`eemail` )
VALUES ('$CaseNo','$Ref','$Vs1','$Vs2','$Peti','$Respo','$Law','$Sect','$Head1','$Para1','$Head2','$Para2','$PTD','$Catag','$Uploader','$Court','$Present','$Year','$Para3','$Para4','$Law2','$Sect2','$Law3','$Sect3','$Law4','$Sect4', '$upldate','$eemail')";
// print_r( $power);
$data = mysqli_query($con,$power);
// $count = mysqli_num_rows($data);
if($data == 1){
if($Catag == "Income tax"){
header('location:judgment?tax=Income%20tax');
}
elseif($Catag =="Sales tax"){
header('location:judgment?tax=Sales%20tax');
}
elseif($Catag =="Federal Excise"){
header('location:judgment?tax=Federal%20Excise');
}
elseif($Catag =="Customs"){
header('location:judgment?tax=Customs');
}elseif($Catag =="Customs"){
header('location:judgment?tax=Sales Tax on Services');
}
else{header('location:index');}
}
}
if(isset($_POST['gogo'])){
$Ref=$_POST['Ref'];
$Vs1=$_POST['Vs1'];
$Vs2=$_POST['Vs2'];
$Law=$_POST['Law'];
$Sections=$_POST['Sections'];
$Topic=$_POST['Topic'];
$Para=$_POST['Para'];
$Judgment=$_POST['Judgment'];
$Uploader=$_POST['Uploader'];
$Court=$_POST['Court'];
$Year=$_POST['Year'];
$Catag=$_POST['Catag'];
$Para= str_replace("'","\'",$Para);
$upldate=$_POST['dates'];
$powergogo="INSERT INTO `cases`( `Ref`, `Vs1`, `Vs2`, `Law`, `Sections`, `Topic`, `Para`, `Judgment`, `Uploader`, `Court`, `Year`,`Catag`,`upldate`) VALUES ('$Ref','$Vs1','$Vs2','$Law','$Sections','$Topic','$Para','$Judgment','$Uploader','$Court','$Year','$Catag', '$upldate')";
// print_r( $power
// );
$datagogo = mysqli_query($con,$powergogo);
// $count = mysqli_num_rows($data);
if($datagogo == 1){
if($Catag == "Income tax"){
header('location:caselaw?tax=Income%20tax');
}
elseif($Catag =="Sales tax"){
header('location:caselaw?tax=Sales%20tax');
}
elseif($Catag =="Federal Excise"){
header('location:caselaw?tax=Federal%20Excise');
}
elseif($Catag =="Customs"){
header('location:caselaw?tax=Customs');
}elseif($Catag =="Customs"){
header('location:caselaw?tax=Sales Tax on Services');
}else{header('location:index');}
}
}
include('db.php');
if(isset($_POST['GoYear'])){
$Year=$_POST['Year'];
$powerYear="INSERT INTO `plus`(`Year`) VALUES ('$Year')";
print_r($powerYear);
$datagogo=mysqli_query($con,$powerYear);
if($datagogo == 1){
header('location:addcourt');
}
}
if(isset($_POST['GoCourt'])){
$Court=$_POST['Court'];
$powerCourt="INSERT INTO `pluss`(`Court`) VALUES ('$Court')";
print_r($powerCourt);
$datacourt=mysqli_query($con,$powerCourt);
// print_r($gogoCourt);
if($datacourt == 1){
header('location:addcourt');
}
}