Jump to content

get list of processes running on client machine


dmikester1

Recommended Posts

Hello,

 

I am wondering if there is any way with PHP to get a list of the processes running on the client that hits the PHP server script.  If that is not possible, is there a way I have have my PHP script do an 'exec' call on something that will do it?

Thanks

Mike

I'll explain a little more detail about what I'm doing.  I have created a php/mysql app with a powerpoint link and a quiz link.  The quiz is an online(php/mysql) quiz.  The user will go through the powerpoint and then take the quiz.  I want to only allow them to visit that quiz link if the powerpoint file is closed.  Is there any way I can do this?

Thanks

Mike

Is there any way I can do this?

 

In short no. I assume the PowerPoint is a prepatory document for the test and they are not supposed to refer to it during the test. Even if you could ensure they close the document or only made the content avaiable in a web page, you couldn't prevent the user from copying the content or taking screen captures of it.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.