I have 2 script. That's :
- registration.html
- process_registration.php
Sometimes someone open the link direct into process_registration.php, so how can I prevent that ?
Process_registration.php function is to save the data get from input from registration.html.
Any idea ?