is this possible with apache http server? i wish to delete a local xml file upon recieving a post request from an another computer.
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 could do that with PHP (or any other sript language, your apache server supports).
But you have to make sure then the POST request is sent to this PHP file. Do you know the URL the POST is send to?