Hi everyone
i have got a website and I want members to log in to the chatroom when when they are loged in to the website without having to enter a nick name
I know it is something like
<param name="username" value="<?php print("$sql_array->member[ID]"); ?>">
<param name="password" value="<?php print("$sql_array->member[Password]"); ?>">
but t does not work for mine any one know anything
Please let me know
Thanking you in advance