Your IP : 3.17.78.184
<?php include ("database.php"); $row['status'] = 'success'; $parameters = "r=".$_SESSION['REGNO']."&c=".$_SESSION['CATEGORY']."&li=".$_SESSION['FEETYPE']; $row['url'] = 'http://logisys.net.in/student/'.$_SESSION['FOLDER'].'/student.php?'.$parameters; echo json_encode($row); ?> |