views:

45

answers:

2
+2  A: 

Perhaps try using

http://php.net/manual/en/function.file-put-contents.php

Xeross
A: 

SOLVED

in php.ini

; Handling of LONG fields.  Returns number of bytes to variables.  0 means
; passthru.
odbc.defaultlrl = 4096

Change the 4096 value to greater and worked

Thanks to all

ntan