Jump to content

Xclone

New Members
  • Posts

    3
  • Joined

  • Last visited

Xclone's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks. I want to do this within the embedded browser(s) in OBS Studio. Does anyone know if this will/won't work in that environment (or if there is a comparable OBS solution such as a plugin)?
  2. I see where this creates the form for input, but what about setting the variables and using them in URLs on the PC?
  3. Not experienced coding PHP and need help doing something which is probably very easy but looks like Mt Everest to me. Want a web page working locally in Windows 10 local PC that has fields where multiple URL parameters can be filled in: FOO = 123456 BAR = abc Then, write URLs with those variables and have them work the same in a browser: http://webpage1.com/?var1=FOO&var2=BAR would send http://webpage1.com/?var1=123456&var2=abc http://webpage2.com/?var1=FOO&var2=BAR would send http://webpage2.com/?var1=123456&var2=abc http://webpage3.com/?var1=FOO&var2=BAR would send http://webpage3.com/?var1=123456&var2=abc If I update the fields in my local webpage and refresh browser, would like the new value(s) to be used instead. Any help with this greatly appreciated. If someone will put a file together think that I can edit and modify from there for my specific application. Thank you.
×
×
  • 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.