ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.73 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.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/public_html/admin/ |
Upload File : |
<?php include('db.php'); if(isset($_POST['go'])){ $CaseNo=$_POST['CaseNo']; $CaseNo= str_replace("'","\'",$CaseNo); $Ref=$_POST['Ref']; $Ref= str_replace("'","\'",$Ref); $Vs1=$_POST['Vs1']; $Vs1= str_replace("'","\'",$Vs1); $Vs2=$_POST['Vs2']; $Vs2= str_replace("'","\'",$Vs2); $Peti=$_POST['Peti']; $Peti= str_replace("'","\'",$Peti); $Respo=$_POST['Respo']; $Respo= str_replace("'","\'",$Respo); $Law=$_POST['Law']; $Law= str_replace("'","\'",$Law); $Sect=$_POST['Sect']; $Sect= str_replace("'","\'",$Sect); $Head1=$_POST['Head1']; $Head1= str_replace("'","\'",$Head1); $Para1=$_POST['Para1']; $Head2=$_POST['Head2']; $Head2= str_replace("'","\'",$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']; $Present= str_replace("'","\'",$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']; $SLD=$_POST['SLD']; $PTCL=$_POST['PTCL']; $Tax=$_POST['Tax']; $SCMR=$_POST['SCMR']; $PLD=$_POST['PLD']; $PDS=$_POST['PDS']; $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`,`SLD`,`PTCL`,`TAX`,`SCMR`,`PLD`,`PDS` ) 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','$SLD','$PTCL','$Tax','$SCMR','$PLD','$PDS')"; // 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']; $PTCL=$_POST['PTCL']; $TAX=$_POST['TAX']; $PDS=$_POST['PDS']; $PLD=$_POST['PLD']; $SCMR=$_POST['SCMR']; $Uploader=$_POST['Uploader']; $Court=$_POST['Court']; $Year=$_POST['Year']; $Catag=$_POST['Catag']; $Ref = str_replace("'", "\'", $Ref); $Vs1 = str_replace("'", "\'", $Vs1); $Vs2 = str_replace("'", "\'", $Vs2); $Law = str_replace("'", "\'", $Law); $Sections = str_replace("'", "\'", $Sections); $Topic = str_replace("'", "\'", $Topic); $Para = str_replace("'", "\'", $Para); $Judgment = str_replace("'", "\'", $Judgment); $PTCL = str_replace("'", "\'", $PTCL); $TAX = str_replace("'", "\'", $TAX); $PDS = str_replace("'", "\'", $PDS); $PLD = str_replace("'", "\'", $PLD); $SCMR = str_replace("'", "\'", $SCMR); $Uploader = str_replace("'", "\'", $Uploader); $Court = str_replace("'", "\'", $Court); $Year = str_replace("'", "\'", $Year); $Catag = str_replace("'", "\'", $Catag); $upldate=$_POST['dates']; echo $powergogo="INSERT INTO `cases`( `Ref`, `Vs1`, `Vs2`, `Law`, `Sections`, `Topic`, `Para`, `Judgment`, `Uploader`, `Court`, `Year`,`Catag`,`upldate`,`PTCL`,`TAX`,`PDS`,`PLD`,`SCMR`) VALUES ('$Ref','$Vs1','$Vs2','$Law','$Sections','$Topic','$Para','$Judgment','$Uploader','$Court','$Year','$Catag', '$upldate','$PTCL','$TAX','$PDS','$PLD','$SCMR')"; // 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'); } }