I have a file called trust_survey.php which displays a certain page based on the case passed in the URL (ie. trust_survey.php?&page=u_personal) using the switch() and case functions. Now this should be a basic question; within the included files in the CASE are forms which contain information. The included file also contains the PHP code necessary to parse that code. However, where would I have the form post that information if I dont want the user to ever leave the trust_survey.php page?? Should it be posted to the trust_survey page which would then also call that page and it could then be passed along for processing? Thanks for the help 🙂