first commit
This commit is contained in:
32
prints3/zustimmung.php
Executable file
32
prints3/zustimmung.php
Executable file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
include("kurs/datenbankanbindung.php"); // fügt die Datenbankanbindung ein: Sys:\php\includes\kurs\datenbankanbindung.php
|
||||
|
||||
#$uid1=$_COOKIE["uid1"];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
error_reporting (E_ALL);
|
||||
|
||||
|
||||
|
||||
define('FPDF_FONTPATH','font/');
|
||||
|
||||
require('as_utf_class.php');
|
||||
|
||||
|
||||
|
||||
$pdf= new utfFPDF();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$pagecount = $pdf->setSourceFile("anschreiben/blanko_ludwigsburg.pdf");
|
||||
|
||||
|
||||
|
||||
$tplidx = $pdf->ImportPage(1);
|
||||
|
Reference in New Issue
Block a user