But you're sending the information through a plugin...
Users cant change the end of a url because you can't alter the execution of the plugin or see what it is executing. Since it's php it would send the information to the external page and complete, and no one would know.
Another way to 'send' information to another page would be to store it in the database and have the page get its information from the database, but I don't see why you're afraid to send it via get unless there's something I'm not seeing.
|