if($_GET['id'])
{
echo stripslashes(getdiscript($id));
}
else
{
echo stripslashes(getdiscript(17));
}
?>

include("config.php"); dbconnect(); $id=$_GET['id']; ///////////////////////////////////// ?>
