PDA

View Full Version : PHP help



reteset
09-04-2008, 03:25 PM
i have no familiarity with PHP , but i am not completely beginer too

my question
how can i generate a PDF document (simple invoice) with PHP
and how to send it with mail as attachment
does it possible

i do not want to someone write a script for me
i only need few clues for make this ,if it is possible

thank you

Dermot
09-04-2008, 03:32 PM
This might help with generating the PDFs http://www.fpdf.org/

Desmond
09-04-2008, 05:01 PM
You could also try this:

http://www.codeplex.com/PHPExcel

... if memory serves, it can output to PDF.

Desmond.

reteset
09-06-2008, 10:38 AM
thank you
i will look in to them