[PHP] PDF creation using PHP, based on a PDF template

2004-01-22 Thread Mark Wouters
Hi all! I'm trying out this script I found in a book I bought. It does not work though.. The code is below. It looked like an easy solution for what I want to do. It takes a template PDF file and replaces <> with a value, <> with a value,... I want to be able to generate an PDF invoice automatica

[PHP] PDFlib error 2516

2004-01-15 Thread Mark Wouters
Hello! Tried out this simple script from a tutorial on creating PDF with PHP: However got this error: Fatal error: PDFlib error: [2516] PDF_findfont: Metrics data for font 'Arial' not found in /usr/local/psa/home/vhosts/resilion.be/httpdocs/test/createpdf.php on line 23 Does anyone have an id

[PHP] mcrypt and PHP to encrypt values to be passed to differend server

2003-12-28 Thread Mark Wouters
Hello! I'm trying to use mcrypt to encrypt some values (login and password) I have to pass from one website to another. I thook this code from the php.net website as an example: I put this in the page starting from: &password=" target="_blank">link In the destination page (destinationpage.p

[PHP] sending php page by mail

2001-11-11 Thread Mark Wouters
Hi all, Description of my problem: i want to sent a newsletter to a mailgroup. However i also want to be able to see who read the mail at a certain moment and who didn't. Therefor i thought putting the page online, i.e. it's a php page which gets its data from the database. By sending a mail to t

[PHP] sending attachements with mail

2001-05-19 Thread Mark Wouters
Nobody knows if it's possible to send attachements with mail()?? Thanks, -- Mark Wouters eXpanded Media Web Designer Parijsstraat 74, B-3000 Leuven - Louvain Tel: +32 (16) 31.10.12 Fax: +32 (16) 31.10.19 E-mail: [EMAIL PROTECTED] URL: http://www.expandedmedia.be -- PHP General Mailing

[PHP] attachements in mail()

2001-05-19 Thread Mark Wouters
Hi, I've another question.. is it possible to send attachements with mail() ?? Thanks, -- Mark Wouters eXpanded Media Web Designer Parijsstraat 74, B-3000 Leuven - Louvain Tel: +32 (16) 31.10.12 Fax: +32 (16) 31.10.19 E-mail: [EMAIL PROTECTED] URL: http://www.expandedmedia.be --

[PHP] mail() problem

2001-05-19 Thread Mark Wouters
ot;$mailto"; $title ="$subject"; $mess = "$message"; mail($mail, $title, $mess, "From: [EMAIL PROTECTED]\nReply-To: [EMAIL PROTECTED]\nContent-Type: text/html; charset=iso-8859-1"); Thanks! -- Mark Wouters eXpanded Media Web Designer -- PHP General Mailing List