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
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
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
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
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
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
--
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
7 matches
Mail list logo