Quote:
Originally Posted by Spingo
I have edited the above post with the all important but missing "$" before "session".
|
So I don't screw it up, what do I change in this code
Code:
<a href="member.php?u=$album[userid]">$album[username]'s<br> Profile</a><hr noshade width="50">
<a href="album.php?u=$album[userid]"> Albums</a>
so I can keep the user's profile and albums links, also how do I de-link the user's name itself, i.e.,
User's Name (not link)
Profile (linked as in my URL below)
____
Albums (linked as in my URL below)
See how this code displays it on my site now,
http://www.shotcritic.com/forums/all_albums.php
Thanks, rg sends!