Hi,
Suppose you want to make sure subitted data is comming from "your" form and
not submitted (with tools) elsewhere.
What do I need to prevent false/hacked/spoofed data?
- register globals = off;
- use $_HTTP["POST"]
- check referrer with $_SERVER["HTTP_REFER ER"]
are these settings 'air tight'? or (and how?) can it be overruled /
circumvented??
Regards,
Marco
Suppose you want to make sure subitted data is comming from "your" form and
not submitted (with tools) elsewhere.
What do I need to prevent false/hacked/spoofed data?
- register globals = off;
- use $_HTTP["POST"]
- check referrer with $_SERVER["HTTP_REFER ER"]
are these settings 'air tight'? or (and how?) can it be overruled /
circumvented??
Regards,
Marco
Comment