Server IP : 192.124.249.33 / Your IP : 66.248.200.33 Web Server : Apache System : Linux 141.134.66.148.host.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els6.x86_64 #1 SMP Fri Sep 13 13:42:20 UTC 2024 x86_64 User : tarangglobal ( 1001) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/tarangglobal/public_html/cyber/admin/ |
Upload File : |
<?php require_once('pdoconfig.php'); $deptt=$_REQUEST['deptt']; $sqluser="select * from party_master where party_id='$deptt'"; //echo $sqluser; $res=$action->select($sqluser); foreach($res as $id=>$row) { $deptt_id=$row['deptt_id']; } $json="<option selected='selected'>Section</option>"; $sqluser="select * from party_master where party_id=$deptt_id"; $res=$action->select($sqluser); foreach($res as $id=>$row) { $json.='<option>'.$row['party_name'].'</option>'; } echo $json; ?>Private