PHP Classes

File: showged.php

Recommend this page to a friend!
  Classes of Pierre FAUQUE   Genealogy Classes   showged.php   Download  
File: showged.php
Role: Application script
Content type: text/plain
Description: Show a GEDCOM file
Class: Genealogy Classes
Manage genealogy trees for a family
Author: By
Last change:
Date: 12 years ago
Size: 590 bytes
 

Contents

Class file image Download
<?php
/*
    --------------------------------------------------------------------------------
    Project: Genealogy
    From: 11-sept-2010
    To:
    Version: 0.6 du 06/03/2011
    Author: Pierre FAUQUE, pierre@fauque.net
    Filename: showged.php (v0.2 27-oct-2010)
    --------------------------------------------------------------------------------
*/

require("init.php");
require(
"class.gedcom.php");
$gedcom = new gedcom($connexion);
?><html>

<head>
<title>class.gedcom : export v5.5</title>
</head>

<body>
<pre>
<?php $gedcom->export_ged55(GEDFILE); ?>
</pre>
</body>

</html>