so, i have this:
this code finds the correct links for rs, hf, sharingmatrix but not for fileserve
for fileserve i only get
and my links are
how can i get the full fileserve links?
thanks
Code:
$pattern = '|http[^ ["<\t\n\r\f\v]{1,}|';
preg_match_all($pattern, $links, $matches);
for fileserve i only get
Code:
http://www.fileser
Code:
http://www.fileserve.com/file/afdsaf
http://www.fileserve.com/file/werwq
http://www.fileserve.com/file/wr23
http://www.fileserve.com/file/adsfa
http://www.fileserve.com/file/adsffdsa
how can i get the full fileserve links?
thanks