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!
I am creating some fynamic pdf in the root folder.
I have a script that i can run manually to delete all ".pdf" files.
I would like this script to run automatically when creating the pdf. and delete the files (pdf) older than 1 hour....
How can i do this?
I was testing the creation of pdf and automatic deletion..now this works...
My ultimate goal is to be able to post information from a form and insert these information into a template pdf...
I had a look at fpdi, but it's not really clear...
Does anybody have a proper example, with a form?