Hi all hope this makes sense.
I am wondering if there is a way to split the following with php
so
$url = "http://50.7.71.219:7183/listen.mp3";
I then need to split it into 2 more strings so i should get a result of :
$ip = "http://50.7.71.219";
$port = "7183";
Thanks, Jamie