thanks for that now what if I have the $binarydata and want to extract:
first 48 bytes to a variable header$
then the next 16 bytes to another variable $type
and the next 200 bytes in another variable $body
without any mysql substring so using only php commands... is that possible?
thanks again 🙂