When I pass a variable of this form in Vue, how do I retrieve it in the PHP file?
self.ws = new WebSocket('ws://localhost:9000?variavel=22');
$ _GET?
When I pass a variable of this form in Vue, how do I retrieve it in the PHP file?
self.ws = new WebSocket('ws://localhost:9000?variavel=22');
$ _GET?