I'm attempting to write a chat which streams HTML. There's a problem with the
main function that's responsible for 'streaming'. It loops endlessly and if
anytihng new appears in the database, it parses it into HTML and outputs it
via the echo command. The chatboxDisplay method is what is respon
You were close:
session_register("varname");
The key thing to remember is that it's the variable name WITHOUT the $. so...
$variable = "Hello";
session_register("variable");
> > Hello,
>
> What is the correct syntax for registering a variable that's a part of an
> array. I tried these variation
ks a MySQL DB for new
posts, and updates a timestamp in a user database. Any idea of why the
loop/thread/whatever won't die?
Thanks,
Sean B.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To c
3 matches
Mail list logo