Can anyone please explain to me how to generate an image from a remote server using simplexml and store it in a temporary image file or point me to a tutorial that would shed some light on how to do this?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Binary data is typically stored in XML using base64 encoding. You would run a base64 decode function over the data to get the image data.