at the end of my script is all of my html. it is a template that is filled based on said script. the problem is that to get some of the content for the finished page, i read from files on the server. these files are forms such as a login form or tracking form that is in a table. the file is set to a variable and in the html there is a call to that variable. everything works fine. the html prints out perfect. here is the problem:
in the forms i have included a variable for the location of the page. thus it is self submitting. but when the page prints out it prints the variable (i.e. $variable) not the value of the variable. is there anyway around this?
thanks in advance.