Anyone around apart from felix frost who can advise me on some php?
In try to make locations on the left clickable i changed the code from this:
<?php print t('Location:') . ' ' . $location; ?>
To this:
Location: <a href="/profile/profile_location/<?php print $location ?>"> <?php print $location ?></a>
I literally know nothing about php, and just make it up as I go along and hope for the best. In this instance it seemed to work. But I have no idea why? Whats the difference between the first and second? And do is it matter? Could I achieve the same result with the first piece of code? if so how?
From my limited knowledge - what i did was html with some php in it, while what you did was php with some html in it.



Can comment on articles and discussions
I would tell you, but since you asked anyone apart from me...