Jump to content

Recommended Posts

Posted (edited)

Hello.

I'm working on a simple program.

But now i have a problem.

I want the program does this in the background:

If(any_key_pressed) then

_INetGetSource('www.mysite.com/file.php?key=THE PRESSED KEY')

Sleep(50)

EndIf

And loop this unlimted times, so a real-time check of the pressed keys and submitting to a $_GET of a php file.

I have searched in the help file, bu i don't get wise out it.

Edited by ddols

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...