CODE
<?php if ($dl_location=="pepper") echo "/mint/pepper/tillkruess/downloads/tracker.php?uri=http://c0rinne.net/downloads/"; ?>
I have this right, and the use
CODE
<?php
$dl_location ="pepper";
?>
$dl_location ="pepper";
?>
Just as a way to keep from having to write /mint/pepper/tillkruess/downloads/tracker.php?uri=http://c0rinne.net/downloads/ a bunch of times on my downloads page.
So, ultimately I want to have something like <a href="<?php something ; ?>file.zip">file.zip</a>.
Obviously there are easier ways to do this, but I was trying that way, and it didn't work.
Help please?
ps. I use something similar to make my active links, and other file includes and stuff.
