D
dennisbarn
Guest
hi all,
i have a question regarding our web_user directory. Why is my php script cant read this directory? my code snippet
However
Is there anyway possible that i could read the files found on web_users directory? i badly needed this so my users will see their files on their respective web_users folder via php script or http. Is symbolic link possible?
thanks in advance and regards,
dennis
i have a question regarding our web_user directory. Why is my php script cant read this directory? my code snippet
PHP:
is_dir(".../web_users/user") ---> returns false
PHP:
is_dir(".../httpdocs/user/") ---> returns true
thanks in advance and regards,
dennis