Jump to content

Dynamically changing variables inside the browser from an external source


mmattax

Recommended Posts

So here is the problem:

We have an openGL program running (written in C), when the user clicks an object we want to send data and view it in a webpage.

I know we can send data using the get method to a page, but how can i keep updating the values when a user clicks multiple times, and how does the browser know not to open a new page, but refresh the page showing the new values?

is there a way to do this in PHP?

in C we open the browser as the following:
[code]
ShellExecute(NULL, "open", "http://example.php?data=3;data2=4;",
                NULL, NULL, SW_SHOWNORMAL);
[/code]

how can we dynamically send data to a PHP from an outside source? is there a better way then using the get method?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.