Page 1 of 1

code help

Posted: Thu Apr 06, 2006 2:21 pm
by starwaddi
i need some help i want to use this php code for my profile that i work for it makes the user name apear on profile someone show me how i no the code <?php echo "$info->username"; ?> just need to no how to use it on profile thanks

Code: Select all

<?php echo "$info->username"; ?>

Posted: Thu Apr 06, 2006 2:22 pm
by John Cartwright
Can you please post the code for the $info object? It's hard to make a suggestion without seeing the code :wink:

Perhaps

Code: Select all

echo $info->profile;
?