hey. i'm currently writing my first script (a chat room) and it works awesome offline with Apache except when I upload it to a server the form values don't get processed. For example I would write:
$name = $_POST["name"];
and then when I write it into the file all that comes up is:
has entered the chat room.
Obvisously I would like it to read:
sane993 has entered the chat room
and its got nothing to do with the script because it works offline. I was thinking along the lines of sumthing to do with php3 and php4. any ideas? oh, btw I use portland communications as my host although i don't know what vesion of php they support.