Write a file from mySQL BLOB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ivenner

    #1

    Write a file from mySQL BLOB

    Hi

    I am storing a BLOB in a MySQL database, and want to know how to write
    it out again to a file on the server, in a specified location, in php.

    Cheers

    Ian

  • Java Boy

    #2
    Re: Write a file from mySQL BLOB


    Open a file handle and then use simple echo ..

    --
    Geeks Home





    "ivenner" <ian.venner@uko nline.co.uk> wrote in message
    news:1133784239 .855405.299770@ g49g2000cwa.goo glegroups.com.. .[color=blue]
    > Hi
    >
    > I am storing a BLOB in a MySQL database, and want to know how to write
    > it out again to a file on the server, in a specified location, in php.
    >
    > Cheers
    >
    > Ian
    >[/color]


    Comment

    Working...