I've been having an issue with someone "injecting" a script into some of my sites and I don't know how they're doing it and how to prevent future "attacks"
This isn't anything malicious, it's more of a pain in the keester than anything.
When I try to view some of my pages, I either get a blank page or an error message saying that the header is already sent.
When I view the page source there's always a
displayed and that's the only thing.
So here's what I need to know.... how is someone injecting this script into my php sites, and want measures can I use to prevent it from happening in the future?
Any help anyone can offer would be appreciated.
Thank you
This isn't anything malicious, it's more of a pain in the keester than anything.
When I try to view some of my pages, I either get a blank page or an error message saying that the header is already sent.
When I view the page source there's always a
HTML:
<script>whatever their inserting</script>
So here's what I need to know.... how is someone injecting this script into my php sites, and want measures can I use to prevent it from happening in the future?
Any help anyone can offer would be appreciated.
Thank you