Here are two examples which show how PXLab can request information from a server at runtime.
The file oracle.pxd sends
a HTTP request to a php script and then shows the server's response on
the screen.
The
file srt_HTTP_request.pxd
sends requests to a server script which contain information about the
current subject and the experiment being started and finsihed. The
server script takes this data and sends an E-Mail to a given address
telling the recipient that the experiment has beeen started and
finished respectively.