HTML table to file conversion and sending it to a mail dynamically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pratik49
    New Member
    • Jan 2013
    • 2

    HTML table to file conversion and sending it to a mail dynamically

    I have created a simple html form which takes user entered data and stores it into a HTML table. This table is i want to dynamically convert into a file (xls,pdf,doc... . etc.) and send this file to an email address entered by the user.
    Please help...
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    This is not a code writing service but if you post the code you've tried along with a description of the problem, we can help guide you to an answer.

    Comment

    • Anas Mosaad
      New Member
      • Jan 2013
      • 185

      #3
      This something that should be handled server side not at client side. At your server construct the file format you desire and set the response type correctly and respond with that file.

      Comment

      • pratik49
        New Member
        • Jan 2013
        • 2

        #4
        @anas mosaad can u come up with a code??? I have already prepared a form of 4 text fields..... I am still pesuing my engineering nd i am not quite familiar with php and configuring a server....but i have been assigned a task by a firm !! ur help will be appreciated !!! :-)
        Thank you ...

        Comment

        Working...