PHP MySQL içine (PNG görüntüsü) içindeki boş bayt dizisi yazın

0 Cevap php

Nasıl mı MySQL BLOB alana içindeki 0 bayt dolu write and read string (~ 200 KB)?

Bu çalışma değil:

$data = ... // PNG image raw data
$queryPart = "'" . addslashes($data) . "'";
... compose and execute query

0 Cevap