Mini Shell
<?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