thanks for that 🙂
to make it work
i needed to add $_request['room'];
to everypage i needed to and
<frameset rows="563,62" cols="*">
<frame name="posts" src="chat2.php?room=<?echo "$room" ?>" scrolling="yes" noresize frameborder="0">
<frame name="form" src="send.php?room=<?echo "$room" ?>" scrolling="no" noresize frameborder="0">
</frameset>
<noframes>
echo
then eventually in chat2.php
$_request['room'];
$room2=$room
all i can say is , what a pain !!! 😃