waffy
New member
Hello guys, i need some help from all of you. Just what the title say how can i remove this text
on this link
I tried using str replace
Code:
http://ftp.
Code:
http://ftp.domain.com
Code:
$url = str_replace('http://ftp.' , '' , $url); but no luck, any expert suggestions? Thank you.