MySQL to PDF

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rotavirus
Forum Newbie
Posts: 7
Joined: Thu May 28, 2009 5:40 pm

MySQL to PDF

Post by rotavirus »

Hello All,

I am working on project and am stuck at a place.... :banghead:
A sample.pdf file is store on server directory and I want to do following:

1. Login to admin panel
2. Click "process button"
3. this action will open the sample.pdf file store in server directory.(till this point I am good)
4. Before form open, connect to DB, get information from DB (using #id) and put it (fill) in the PDF form ( I am stuck here... :? )

I Google a lot but was not able to find straight way to solve the problem. I cannot use ADO as my server is unix box not windows.
In addition, I want to know what should be DB column to store Digital Signature on PDF document.

Any guideline will be great.
Note: The PDF form has textfield and textarea I need to get the data into respective textfield
Thanks
Viral
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: MySQL to PDF

Post by internet-solution »

rotavirus wrote: I Google a lot but was not able to find straight way to solve the problem. I cannot use ADO as my server is unix box not windows.
What search terms are you using in Google? Searching with 'unix php mssql' returns several good solutions.
Post Reply