Tagged Questions
1
vote
1answer
466 views
fwrite , fputs byte safe
I want to send data via POST to a php page, I need to store the bytes exactly as they are but I wasn't able to do it. When I send 138 bytes, fputs and fwrite returns 133.
$fh = fopen($myFile, 'ab') ...