Hi-
I am trying to be able to select the page to include from a form submission.
I have a form that asks the name of the page to display. The field name is "name"
I enter in the file name "file3.inc"
On page two I want to display "file3.inc" with an include function.
I tried this:
<?php include ('$name')?>
and several other method and i can't get it to work.
Thanks for your input!