HTML form action request hiding with PHP? (Explained further)?

Andrew

New member
I basically want to know if the action page inside the action method can be hidden

<form method="post" action="test.php"> <<<<< Can the test.php page be hidden

I want to know if I can hide the process page using some form of PHP server request command so that people can't look at my code and just type in the page.

I know very few people will do this but I just want it hidden if possible I also know I should have PHP check the variables for blanks as well. Can hidding the action page be done?

Thanks for any help.
 
Back
Top