i have the following code (just testing at the minute)
$link = "sig2dat:///|File:Phil Collins - Testify_ALBW(nabber.net).mp3|Length:68870303 Bytes,67256KB|UUHash:=JvjoFLIF/fW95GhWUiHz0b5khMQ=|";
header("Location: $link");
now when i run the file, it doesnt do anything, but if i change $link to http://www.google.co.uk it works.
so can the header function actually handle links that begin with sig2dat://
thanks in advance