You don't send the data to playlist.php you include playlist.php into member.php (via. Plugins, using require_once()). This way you will be able to use the [minicode]$userinfo[/minicode] array on that page.
P.S. I also indicated in my previous post that you don't need to include the directory path when including global.php, you are already changing ([minicode]chdir()[/minicode]'ing) to that directory! However I'm not sure if there is a need to include it anyway. Read the PHP comments in my previous post.
|