I have just started coding in php and would like to ask any interested parties the following:-
The website i am practicing with relies heavily on templates and in my main template i am using a flash drop down menu which uses a xml script (ok its the example from the flash package 😃 ) and it looks something like this
<?xml version="1.0" ?>
......
<MAIN text="HOME" URL="index.php" />
......
i now want to append a session id to the URL which is formulated in the main template the problem is if i try to add a template variable after the URL like this
<MAIN text="HOME" URL="index.php<!--{SID}-->" />
every thing goes "tits up"
is it possible to achieve this by putting a template variable in an xml script or must i scrap the idea of a flash menu all together