PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of riccardo castagna   Dump Class   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: example
Class: Dump Class
Take backups of MySQL database using mysqldump
Author: By
Last change:
Date: 14 years ago
Size: 447 bytes
 

Contents

Class file image Download
<?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>"
;
?>