I have the following code:
$ip = 'stream.radioturn.com.br';
$port = '8000';
I would like to change the same values with a number in the url, eg
app.php?ip=ipqualquer.com.br&port=2531
And so it would display the same code but with the values of the new url
How can I do this?