external view folder ? |
[eluser]Vince Stross[/eluser]
glad to help... just so you know though, you could still do what yingyes proposes by creating your links with PHP. I use shared hosting that runs on Linux and they told me I couldn't have shell access to create sym links. Well, check the PHP docs at : http://us.php.net/manual/en/function.symlink.ph The 'symlink()' function does it just fine! If you are interested in hard links, there's a function for that too. Read this doc page: http://us.php.net/manual/en/function.link.php. I prefer to use the extended library method because it will work on any platform and doesn't require creating links when moving the application to a different server, etc. |
Messages In This Thread |
external view folder ? - by El Forum - 03-07-2008, 04:20 AM
external view folder ? - by El Forum - 03-07-2008, 10:45 AM
external view folder ? - by El Forum - 03-08-2008, 12:37 AM
external view folder ? - by El Forum - 03-08-2008, 01:04 AM
external view folder ? - by El Forum - 03-08-2008, 02:12 AM
external view folder ? - by El Forum - 03-08-2008, 10:10 AM
|