Retrieve data in Image fields

  • Hello there,

    I've got a question, what functions can I use for select and insert data into an image field, actually I know this field has to be of this type for keeping images jpg, but I need to know about this instructions, and which are better for performance?, specially in PHP.

    thanks


    L.I. Amaury C.R.

  • I am not terribly familiar with how PHP works, apart from knowing that it looks a bit like PERL which was ugly to use!

    But, most client side libraries have tools for dealing with BLOBs, etc in databases - I am sure that PHP would have datatypes such as streams, etc.  Rather than treating the DB field as an integer or string, you would treat it as a BLOB field which could give you some sort of stream that you can then send straight to the client browser or parse and deal with as you choose.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply