latheesan
09-10-2005, 05:16 PM
Im currently using blab-lite (a stylish yet fast php chat script) and i want to know how i can auto insert the logged in member's username into the nick name field
for e.g. my username variable comes from the session.php file, like this
<?php
include ("members/session.php");
$username = $session->username;
//here is the login box for the chat script
?>
i want to know, how to put the variable in the string $username into the nickname field in the chat script automatically and not allow him/her to overwrite on it, i.e. the nick name should be the same as the username he/she loged in with
ohh yea, the link to the chat script is: http://hot-things.net/blab_lite.php
for e.g. my username variable comes from the session.php file, like this
<?php
include ("members/session.php");
$username = $session->username;
//here is the login box for the chat script
?>
i want to know, how to put the variable in the string $username into the nickname field in the chat script automatically and not allow him/her to overwrite on it, i.e. the nick name should be the same as the username he/she loged in with
ohh yea, the link to the chat script is: http://hot-things.net/blab_lite.php
