guys i wil be glad if someone can explain how i can go about handling binary data, like parsing an image to be dispaly on a browser.
hakeemtunde -4 Newbie Poster
Recommended Answers
Jump to Post
file_get_contents()
should give you the data.allow_url_fopen
needs to be 'on' - check yourphpinfo()
. You'll find it under the Core heading.I'm pretty sure this is binary-safe. You'll need to check
What do you then want to do with it?
Jump to PostWell, I'm not sure, I haven't tried to use sockets for many years, and then I was only partially successful. Here's the manual page:
All 8 Replies
phorce 131 Posting Whiz in Training Featured Poster
hakeemtunde -4 Newbie Poster
DarkMonarch 1 Newbie Poster

diafol
hakeemtunde -4 Newbie Poster
hakeemtunde -4 Newbie Poster

diafol
DarkMonarch 1 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.