Ethan,
Below article show one similar problem, it saying web server include the file at the starting point so it will not replace the variable with the value and this cause the error. and the solution give is use case statement and include it differently with the real filenames.
http://www.codefixer.com/t
some other method of doing:
http://www.activeservers.c
Thanks
Main Topics
Browse All Topics





by: sybePosted on 2003-02-12 at 01:46:59ID: 7932428
You can not do this the way you are trying:
includes are being processed *before* the ASP code is compiled. So you can not have ASP code in an include tag.
You have to think of a different way to do this.