Hi!
I try to put a very simple function that is sure implemented in amuleweb-PHP (split) and the webserver loop infinitly
$link = "test123|qwerew|vmcblcvm|string122"
$tmp = split("|", $link, 2); <= I've tried to change 2 with 1 or 999 but the problem is the same..
echo $tmp[1]."<br>";
Why?? How is the correct use of that function?