Store numbers into a mysql database, array etc.
Hello everyone,
I'm a designer so I am still learning JS and MaxMSP. I have connected a weight scale to the computer and worked out a patch that displays the weight on the screen. What I would need to do next is, to send that number object to a website, where I am going to use that weight number to visualize everything with some graphs. So I need a way to send for example a random number and store it somewhere in a server or something, so I can use it later on with various web tools etc.
Can anyone help me, or does anyone know a tutorial to how to send numbers or anything via JS or similar objects online?
Thanks a bunch!