Onbekend |
|
Ik heb wat en nu probeer ik er een array in te zetten:
<?php
require_once("../rtf/Rtf.php");
include("../../config.tb");
$rtf = new Rtf();
$sect = &$rtf->addSection();
$sect->writeText('.$adres.', new Font(12), new ParFormat('center'));
$rtf->sendRtf('TBDocument');
?>
<?php require_once("../rtf/Rtf.php"); include("../../config.tb"); $rtf = new Rtf(); $sect = &$rtf->addSection(); $sect->writeText('.$adres.', new Font(12), new ParFormat('center')); $rtf->sendRtf('TBDocument'); ?>
maar dan krijg ik gewoon .$adres. om mijn pagina te staan! |