I’ve created a simple PHP/XML app. For simplicity, I would like to host only the PHP files and have it save the XML locally to the user’s computer. Is this possible?
Share
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.
You can offer the user the ability to download xml files which the user can choose to save on his/her hard drive. But you can’t have direct write access to the client’s disk from your server’s php code.