Hi all
My host recently said that they will delete all form2email scripts they find on their due to them being repeatedly abused by hackers.
I emailed them (because I REALLY need to use my script and not the one they provide) and they said it was my responsibility to keep them secure. One of the things they suggested was
A basic rule of thumb is your script should not accept a posting from outside the form page, and should only be configured to allow recipients that are hard-coded (no recipient variables).
The second will be tricky as I need the recipient to be able to changed. The first one, however, should be pretty straight forward and I'm hoping somebody can save me the grief of searching the web for hours and can tell me how to do this. The form is in a flash site and I want to make sure that the php script only receives variables from that form - nowhere else
Thanks in advance