Page 1 of 1

Asynchronously call a function within an object ..php

Posted: Mon Oct 15, 2007 8:33 am
by jak82
Hey again,

I have the class MCQ, now I wish to call a function within that class asynchrously to return
some html dynamically,

Is this possible or is not possible yet without making a handling page which creates and calls the function?

Many Thanks

Chris

Posted: Mon Oct 15, 2007 9:30 am
by superdezign
PHP is not asynchronous. You could make a separate request, but it would have to be actually handled client-side.