ok i have the chatroom page...
mysite.com/chat/
on this page i have the links to
mysite.com/chat/general
mysite.com/chat/teens
with teens and general both being chatrooms.
Now..
what i want is a form on mysite.com/chat that will allow a private chatroom ...
<form action="i dont know " method="post">
Private Room: <input type="text" name="room" value="" maxlength="15" />
<input type="submit" />
</p>
</form>
What would I put in form action? Or do I HAVE to make a simple redirect script.. i.e Will just pass the variable post to a page that will sort out the right url for me.
I Hope this makes sense.
mysite.com/chat/
on this page i have the links to
mysite.com/chat/general
mysite.com/chat/teens
with teens and general both being chatrooms.
Now..
what i want is a form on mysite.com/chat that will allow a private chatroom ...
<form action="i dont know " method="post">
Private Room: <input type="text" name="room" value="" maxlength="15" />
<input type="submit" />
</p>
</form>
What would I put in form action? Or do I HAVE to make a simple redirect script.. i.e Will just pass the variable post to a page that will sort out the right url for me.
I Hope this makes sense.
Comment