ok i am ready runnng a script using someting like
PHP Code:http://dl1.hostname.net/stream/6fd7f25ef86cfcdd92c560ad8e7d6f3e/1245802950/61591093/SAKKU%201_chunk_1.wmv
$a generates this link above but before it gets generated i want to replace thePHP Code:$a = http://dl1.hostname.net/stream/6fd7f25ef86cfcdd92c560ad8e7d6f3e/1245802950/61591093/SAKKU%201_chunk_1.wmv
how would i do this is it something like thisPHP Code:$a= only part of the url from /stream/ to /download/
i need help thanks questions how would i do this in to a php codePHP Code:$a= str_replace("/stream/ ", "/download/", $a);
replacing above url /stream/ with /download/
in php code plz help



Reply With Quote

Bookmarks