Mini Shell

Direktori : /home/athamevents/public_html/admin/
Upload File :
Current File : /home/athamevents/public_html/admin/now_live_insert.php

<?php include 'connection.php'; ?>
<?php



$name=$_REQUEST['name'];
$pass=$_REQUEST['pass'];
$id=$_REQUEST['id'];

$youtubename=$_REQUEST['youtubename'];

$date=$_REQUEST['date'];
$time=$_REQUEST['time'];

$reg=mysql_query("insert into nowlive values('','$name','$date','$youtubename','$pass','1','$time') ");




if($reg==1)
{
?>



<script type="text/javascript">
window.location.href="now_live.php";

</script>
<?php

}
else
{
?>
<script type="text/javascript">

alert("Not complete");
 window.location.href="now_live.php";

</script>
<?php
}
?>

Zerion Mini Shell 1.0