Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html>

<head>
<body>
if($_GET["rd"]=="rd1")
{
ptint_r("u are bad");
}
else($_GET["rd"]=="rd2")
{
ptint_r("u are good");
}
</body>
</head>
</html>

You might also like