I run a competition and want a form put online so anyone wishing to enter can do so without the hassle of snail mail. I have seen various scripts around which could do the job of taking the details, but I want the details that are emailed to me put back into the application form so I can print it off.

Does anyone know of any tutorials that explain how to do this?

Member Avatar for diafol

You could store the data in a mysql database and then select the data you want to print. Simple.

USER
1) userdata in form sent to formhandler
2) formhadler sends data to db and to email address


YOU:
1) make a call to the db for data to display to the screen
2) press the browser's print button

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.