|
Posted by paladin.rithe@gmail.com on 04/05/06 22:38
Mainly because it's a personal project, and I wanted to see what XHR
could do. For what I'm doing, it works great.
I actually started with php though, and it worked fine for that, but I
thought I'd see what the fuss was about, and tested a few things with
what I could do.
I finally decided to go with this:
out.update('main', 'this is some text');
function update($variable, $html) // where update is part of the Output
class
{
$this->$variable .= $html;
}
Thanks for the help.
Navigation:
[Reply to this message]
|