<?xml version="1.0"?>
<src>
<!--


<html>
//file 01CreateDB.php
// look at this code and follow the url below - it HAS to run on a server 
 <head>
  <title>PHP Test from http://uk2.php.net/manual/en/tutorial.forms.php</title>
 </head>
 <body>
 

 <form action="/dbcjs/_CreateDB.php" method="POST">
   <br>
   <h1>CREATE A DATABASE</h1>
   </br>
   <a href="http://uk2.php.net/manual/en/tutorial.forms.php" target="_blank">http://uk2.php.net/manual/en/tutorial.forms.php</a><br>
   Server<input type="text" name="Server" value="cjs1-w2ks:3306"/><br>
   Database<input type="text" name="Database" value="cjstestdb"/><br>
 <input type="submit" value="press me dimitris">
 </form>

</body>
</html> 

 
-->
</src>