Asynchronously call a function within an object ..php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jak82
Forum Newbie
Posts: 11
Joined: Mon Oct 15, 2007 4:21 am

Asynchronously call a function within an object ..php

Post 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
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

PHP is not asynchronous. You could make a separate request, but it would have to be actually handled client-side.
Post Reply