0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
drought
/
[
Home
]
File: 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>Drought</title> </head> <form action="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 align="center" class="style3">Drought</p> <table width="40%" border="0" align="center" cellpadding="0"> <tr> <th align="center" background="image/back1.jpg" scope="col"> <table><tbody><tr><th> <p align="left"><a href="whatis_drought.php?name=<?php echo $var ?>" title="What is drought?" target="_self">What is drought?</a></p> <p align="left"><a href="drought_types.php?name=<?php echo $var ?>" title="Types of drought" target="_self">Types of drought</a></p> <p align="left"><a href="predict_drought.php?name=<?php echo $var ?>" title="Predicting Drought" target="_self">Predicting Drought</a></p> <p align="left"><a href="drought_india.php?name=<?php echo $var ?>" title="Drought in India" target="_self">Drought in India</a></p> <p align="left"><a href="drought_kerala.php?name=<?php echo $var ?>" title="Characterestics of Drought in Kerala" target="_self">Characterestics of Drought in Kerala </a></p> <p align="left"><a href="drought_impact.php?name=<?php echo $var ?>" title="Drought Impacts" target="_self">Drought Impacts</a></p></th> </tr></tbody></table></th> </tr> </table> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p></th> </tr> </table></th> </tr> </table> </body> </html> <?php include("footer.php"); ?>