PHP Classes

File: up.php

Recommend this page to a friend!
  Classes of Marius   dbFile   up.php   Download  
File: up.php
Role: Application script
Content type: text/plain
Description: up.php
Class: dbFile
file based web database and Administrator
Author: By
Last change:
Date: 20 years ago
Size: 509 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
    <title>Untitled</title>
        <link rel="stylesheet" href="settings.css" type="text/css">
</head>

<body background="images/top.gif" style="background-repeat: no-repeat; background-position: center;">
<center>

<?php

include("common.inc");
$dbf->select_db($DB);
print(
"User $User logged in succesfully! - fDbase Version : ");

echo
$dbf->version;
echo
" - ";
echo
$dbf->path;

?>

</center>
</body>
</html>