In forums, for instance, vBulletin, template-restricted variables are declared. Example given:
PHP Code:
$post[musername]
Would be the variable to display the username and its markup. Of course, it's only an example.
You'll have to be specific which forum(?) software you're talking about, and then we may be able to assist you in the matter.
__________________
$gocore = new gakoyucore();
$con = mysql_connect($gocore->server, $gocore->username, $gocore->password) or die(mysql_error());
|