Login   Register  
PHP Classes
elePHPant
Icontem

File: up.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2004-04-19 04:52
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>