when i wrote this, {php} $id = "{/php}{$user->user_info.userid}{php}"; echo $id; {/php} PHP: it seems this on the page echo Array['user']->user_info['userid']; Code (markup): so, why it doesnt work?
please be sure it is curly braces{php} or square brackets and then whatis the $user->user_info.userid means to you? is $user a php variable,if it so then why are you using it out of the scope of the php. PHP: