mokujin
05-17-2009, 08:01 PM
hello,
I dont know what function in php can do that. So I need your help.
I have a link (ex. https://vborg.vbsupport.ru/index.php )
How can I find https://vborg.vbsupport.ru/ for $x and index.php for $y?
I know function substr(strrchr($text, '/'), 1); can find the last part in a string. (index.php)
Thank you
I dont know what function in php can do that. So I need your help.
I have a link (ex. https://vborg.vbsupport.ru/index.php )
How can I find https://vborg.vbsupport.ru/ for $x and index.php for $y?
I know function substr(strrchr($text, '/'), 1); can find the last part in a string. (index.php)
Thank you