<newbie alert>
hello, just started with PHP last week, and i tried to create a
pdf, but i get the error message:
Fatal error: Call to undefined function: pdf_new()
the php files starts with:
<?php
$pdf = pdf_new();
pdf_open_file($ pdf);
can anybody see what's wrong? my server has php version 4.3.2.
mike
hello, just started with PHP last week, and i tried to create a
pdf, but i get the error message:
Fatal error: Call to undefined function: pdf_new()
the php files starts with:
<?php
$pdf = pdf_new();
pdf_open_file($ pdf);
can anybody see what's wrong? my server has php version 4.3.2.
mike
Comment