|
|
#1 |
|
New Member
![]() Join Date: Sep 2009
Posts: 1
|
Hi,
I am new to web development. I have created a form in HTML and want to put it in my web (http server). I want that when a user fill the form it should generate a PDF which user can download and I want a copy for me too (It should be saved in my server). Now I am confused ![]() What should I do with the HTML form that I have made ?? I know little PHP & I think now I should write php for it. Is it so ??? PLz help soon -- |
|
|
|
|
|
#2 |
|
Bronze Member
![]() Join Date: Nov 2008
Posts: 49
|
You can process the form using PHP and you could either save the information in a database or create a PDF... but creating PDF files using PHP isnt going to be particularly easy from what i know... you can read more at http://www.devarticles.com/c/a/PHP/U...mic-pdf-Files/
__________________
Vulavala.in Hosting
Newly opened hosting service, we arent interested in what the average user wants in their hosting. We are interested in what YOU want, let us know how much bandwidth and how much space you need... its custom built hosting packages, without the expense. Fast, Flexible and Effortless. Give us a visit now |
|
|
|
|
|
#3 |
|
Silver Member
![]() Join Date: Aug 2009
Posts: 109
|
If you're new to web development, it's too deep a learning curve to get into that right now. One way would be to convert your data to xml, then use xsl stylings (with something called fo) to convert to pdf. Though like cmjvulavala said its really complicated. I wouldn't go down that road unless you are an expert. It would be much easier to use a css stylesheet to output whatever you want into a printable format.
|
|
|
|
![]() |
| Tags |
| form, pdf |
| Thread Tools | |
| Display Modes | |
|
|