0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
drought
/
[
Home
]
File: predict_drought.php
<?php include("session.php"); include("header.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Predicting Drought</title> </head> <form action="predict_drought.php?name=<?php echo $var ?>" method="post" > <body> <table style="text-align: left; width: 98%; margin-left: auto; margin-right: auto; height: 100%; background-color: white;" border="0" cellpadding="0" cellspacing="0" background="image/back1.jpg"> <tr> <th scope="col"><table width="97%" border="0" cellpadding="0"> <tr> <th scope="col"><p> </p> <p align="center" class="style3">Predicting Drought</p> <table width="90%" border="0" align="center" cellpadding="0"> <tr> <th align="center" scope="col"> </th> </tr> </table> <p class="style1"> </p></th> </tr> </table> <p> </p> <p> </p></th> </tr> </table> </body> </html> <?php include("footer.php"); ?>