Hi,
I am a newB to php. When a user clicks a button on the client
side, it will open a windows explorer with the path to a folder from
the server machine. Is it possible.
Lets say my server is machine x and client is machine y. from y is it
possible using php to open a path from x (X:\folder1\folder2\)
I am using
<p><a href="<?php exec($click_Folder); ?>"><?php echo "Sequence Path";
?> </a></p><br />. Alternatively, I used system instead of exec. It
shows the path but upto two subfolders not all.
BRgds,
kNish
On 11/10/07, kNish <[EMAIL PROTECTED]> wrote:
> Hi,
>
> How if, it is possible to open a windows explorer with a
> path specified in it, thru a php script.
>
> BRgds,
>
> kNish
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php