hi,
i've seen articles that suggested this type of file structure to be more secure:
/system folder - containing all your php files, no one can see it.
/public folder- containing index.php
Assume if the index.php is a form, i was wondering how to call those files in the system folder to validate the form?
action = "http://www.example.com/system/form/validate.php"
Doesn't this give people a clue how your file structure would be when they see the html code?
Any guidance is appreciated, thanks.