Hi
I am scripting in php a program that is session id driven. As part of the navigation I want to go to a specific destination which is variable driven
Each subdirectory within folder is unique and is governed by the variable $directory
Ex:
<a href=\"../folder/$directory/index.php?SID\">
This call doesn\'t recognize the variable $directory so its calling
folder//index.php?sid
Can somebody please help in making a suggestion of how I can get around this problem.
Very much appreciated
Ray