E
exxos
Guest
I have a script which passes data to another php script just using hidden form variables, all works fine. Though the problem if, if someone posts data to the php script from an external site after simply viewing the output php source code, then can force data into the php script which did not actually get generated by the hosting site...
the only thing I can think of doing is checking the referrer url to see where the data was coming from, but with programs which can fake the referrer url it does not really help much.
So if there any way to check and block data being sent to the php script on the server from external sites ?
the only thing I can think of doing is checking the referrer url to see where the data was coming from, but with programs which can fake the referrer url it does not really help much.
So if there any way to check and block data being sent to the php script on the server from external sites ?