Не нравятся результаты поиска? Попробуйте другой поиск!

Problem with Array!


     14.08.2012    color, array, author    Общие вопросы по PHP, Хаки    3443

вопрос
Hi, i'm trying to show author names with user group color, but i have problem with "Array" word.

this is my code:
'{name}' => $user_group[$v['user_group']]['group_prefix'].$user_group[$v['user_group']].$v['name'].$user_group[$v['user_group']]['group_suffix'],

but with this code, i'll get author names like this:
ArrayShoMpeT
Or:
ArrayModerator
i need to show authors name like this:
ShoMpeT
Or:
Moderator
i dont know where is my problem, how i can remove "Array" word?

Ответил: nowheremany



'{name}' => $user_group[$v['user_group']]['group_prefix'].$user_group[$v['user_group']]['name'].$user_group[$v['user_group']]['group_suffix'],
Чтобы комментировать - войдите или зарегистрируйтесь на сайте

Похожие вопросы

наверх