<?xml version="1.0"?>
<src>
<!--
<html>
// file 98dropDB.php
 <head>
  <title>PHP Test from http://uk2.php.net/manual/en/tutorial.forms.php</title>
 </head>
 <body>
 <h1><br>
DROP (DELETE) A DATABASE
</h1></br>

 <form action="99dropdb.php" method="POST">
   <a href="http://uk2.php.net/manual/en/tutorial.forms.php" target="_blank">http://uk2.php.net/manual/en/tutorial.forms.php</a><br>
   db name to drop<input type="text" name="name" />
 <input type="submit">
 </form>

</body>
</html> 


-->
</src>