ok

Mini Shell

Direktori : /home/ngwcolle/public_html/LIBRARY-NGWC/admin/ajax/
Upload File :
Current File : //home/ngwcolle/public_html/LIBRARY-NGWC/admin/ajax/registration-1.php

<?php
// session_start();
error_reporting(0);
// include('../includes/config.php');

include('../includes/dbconnection.php');
$dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
// ajax retiurn on same page
if(isset($_POST['ajax'])){
    $cid= $_POST['value'];
    $query=$dbh->query("SELECT * from tblclass WHERE id=$cid");
    // // if($query)
    // // {
    // //     echo $clid;
    // // }
    // // else{
    // //     echo "error";
    // // }
        $rowfee = $query->fetch(PDO::FETCH_ASSOC);
        $responsefee=$rowfee;
        // echo $clid;
        echo json_encode($responsefee);
    // exit;
   }
   ?>

Zerion Mini Shell 1.0