PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
This gives me Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/content/q/a/z/qazwart/html/daniel/php/survey2.php on line 44
The question is why you want to do what you are trying to do? The function you are using loads the contents of a file into a variable. You are adding URL parameters to a filesystem call -- which will just give you file name errors.
So let us in on the big secret ... what is your goal here?
I am trying to make a page display if certain conditions are met. I want the url of the accual page to stay hidden from the untrained eye. I am using a print statement to display the page. It works fine as long as I don't want to put a variable as the URL