Dynamic Include
Posted: Tue Aug 23, 2005 9:02 pm
I am making a print page that will dynamically include a page which is passed in the URL. I am able to dynamically include the file, but the file path has a variable passed in it (ex: "page.php?var=22"). The include is giving me an error when it contains the variable. But without it, it is fine (ex: "page.php").
Any ideas?
Any ideas?