
04-30-2009, 11:06 AM
|
|
|
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by TaMpE
So the whole thing in the XML starting from <phpcode>EVERYTHING HERE</phpcode> go into that where group_dojoin ? Or the tag codes in <phpcode> replaces something below that hook ? Sorry, I still don't understand where the <phpcode> in XML go when it's plugged into the .php file or whatever we're adding to.
And could you explain in brief what's happening in this?
What do these do? This ".=" and the dots in between? I can't find a good place from eval explanation. Tried w3schools, any suggestion?
PHP Code:
eval('$activeusers_members .= ", ' . fetch_template('forumhome_loggedinuser') . '";');
$activeusers_members = substr($activeusers_members, 2);
|
http://php.net/eval
|