RE: html/tpl
In that case just don't change anything.
Just using /videos.php?id={$video[video].id} will already point users to "example.com/videos.php?id={$video[video].id}" or "somethingelse.example.com/videos.php?id={$video[video].id}" depending on which url your users use to access you site. In most cases there is no reason to prefix the domain in the code.
Maybe i'm not understanding your question?
|