|
Posted by Gustavo Narea on 11/02/05 02:06
Hi, Daniel.
Daniel Spain wrote:
> //Remove the drive letter and replace it with a single slash
> $step1 = str_ireplace("T:\\", "\\", $_POST['path']);
> $step2 = "file:\\\\server01\\staffpub".$step1;
> $html = "<a href=\"".$step2staff."\">Staff</a><br />";
> $result = htmlspecialchars($html);
Where is the definition of $step2staff?
On the other hand, What's the problem? What is what you get? Do you get
any error message?
--
Best regards,
Gustavo Narea.
PHP Documentation - Spanish Translation Team.
Valencia, Venezuela.
Navigation:
[Reply to this message]
|