hello, please help
sorry if this has come up twice but the forum said i had an error
i have spent alot of time trying to figure out some PHP and HTML programming to build a members site, its not live but basicaly a trial project before the real thing
what i have found tho, it that if i have my script on a server and i have request to receive a $_POST[‘name’] for example, anybody on any site can fill that $POST by posting their variables to my site making it very insecure
i use sessions on the script and some md5 identifiers, but if people can figure out the identities then they can add that to their scripts.
So what im basicaly asking is… is there any way to identify where the post is comming from and ensure it has only come from my own script and either divert the false entries or block them.
please if you are able to answer, please keep it fairly simple if possible as im still not all that clued up
many many thanks for looking
Nath