Retrieving Blob data from php mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • swetha851991
    New Member
    • Jun 2013
    • 14

    Retrieving Blob data from php mysql

    I want to display all my pdf files of type Blob stored in database in a single click(Php Mysql)
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    all my pdf files ..... in a single click
    For /me that is 89 files (>500Mb) of PDF (i dont know how many there are in your database.....)

    Can you tell me why you want to show them in 1 click?

    Comment

    • swetha851991
      New Member
      • Jun 2013
      • 14

      #3
      I want to print all attached files(pdf files) belongs to a particular person_id when I click a link to print.These pdf files are stored in database.

      Comment

      • Ammu
        New Member
        • Aug 2011
        • 78

        #4

        please refer this article.

        Comment

        Working...