<?php
 
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
 
<html>
 
  <head>
 
  <meta http-equiv=\"content-type\" content=\"text/html; charset=windows-1250\">
 
  <meta name=\"generator\" content=\"PSPad editor, www.pspad.com\">
 
  <title></title>
 
  </head>
 
  <body>
 
  <table>
 
     <tr>
 
        <td>
 
          <a href=\"backup.php\";>backup database</a>
 
        </td>
 
     </tr>
 
  </table>
 
  </body>
 
</html>";    
 
?>
 
 |