What I want to know here is when in an html form the below is needed.
<form method="POST" action="process.php">
now my question is I have seen it were you can use PHP to hide the process.php page so people
viewing your page source can't jump to this page themselves by repeating the URL.
I know I can stick a section of PHP which will check for empty fields and divert anyway but how do I hide the address.
Thanks
<form method="POST" action="process.php">
now my question is I have seen it were you can use PHP to hide the process.php page so people
viewing your page source can't jump to this page themselves by repeating the URL.
I know I can stick a section of PHP which will check for empty fields and divert anyway but how do I hide the address.
Thanks