I'm using some code in my PHP programs that calls a file and passes variables to it to grab information from a mySQL database.
The include looks something like this:
<?include('http://www.domain.com/inc/getstring.php?s=undergoundNews'>
Obviously, since I'm POSTING (or is it GETTING) information to that file, I have to use a HTTP.
My web hosting company is telling me that this is a security breach, and their systems look at this as if there's a problem on the site... and blocks my account until an admin clears it.
I can rewrite stuff to use functions in an include file; but I was wondering if this makes sense or is my web hosting company giving me a bunch of crap?
Thanks,
Joe