Quote:
Originally posted by solent
well version i don't use dhtml menus.
again i passed the exact code as you did in my phpinclude but yet username and password are not passed through.
|
I couldnt make it work in phpinclude template somehow, so I just add the lines into index.php, and it works just fine. This hack is great
PHP Code:
$chatname = str_replace(" ", "%20", $bbuserinfo[username]);
$chatpass = $bbuserinfo[password];