php - Change Form Submission to a PDF or Image File -
i have html/php form needs converted pdf or image file , stored sql database on submission. how go doing this?
you can send php script via 'action' attribute on form , generate pdf file on server. can either save pdf location on database, or save whole pdf blob type.
some reference:
Comments
Post a Comment