When you view a persons user profile by this URL member.php?u=1
Ok I have a custom music player put on the page. And I have a file which is called playlist.php
Now in playlist.php I am making the playlist for the music player.
Looks like this:
PHP Code:
<config>
<play_list>[B]USERPROFILE_FIELD15[/B],Title</play_list>
</config>
Now where it says
USERPROFILE_FIELD15 I want to output profile field 15 for the user who's profile you are viewing.
example:
http://www.name.com/music.mp3
This might be confusing... not sure. But I need help! Thanks.
So basically in the end all my users can have a music player. and they will have 3 profile fields in which to enter the URL for there music..