|
please help with this code for hosted galleries
Hi I have been tring to do this on my own. But I really need someone to help me out. I have been trying to set up galleries that I can give to my affliates that will have their unique ID own it (hosted galleries). this is what I have come up with so far.
<? PHP$id = getenv("QUERY_STRING"); ?>
<? echo $id ?>
and this
< !-- #set var="id" value="${QUERY_STRING}" -- >
< !-- #echo var="id" -- >
I already know were the code should go and I have tried both codes. However I must be doing something wrong. Could someone show me a live page using this or just give me a little help
Thanks
Mhende
|