![]() |
|||
PHP
IT Tags
local server SimpleXML Remove Duplicate mysql server check domain indexing solr connection to MYSQL php mail sdf my_thread_global_end ajax photo gallery control panel Stop Script server shutdown local server Mobile site XHTML Xampp magento ecommerce include PHP and FLash multiple file uplo Simplexml Parser Overlapping Layers objects associative arrays Solr XML Combo box UPDATE |
PHP5, include_path & php.ini
CommentsHi Gordon, I don`t know your server config so I am only guessing here. It`s pretty rear that a HTTP directory and a /bin/ path exist on the same drive even in a shared server environment. So SYMLINKS (Symbolic links) are often used on the server side. The absolute path that you mention is unlikely to work as there is likely to be a sym link along that path somewhere judging by the directory names. Servers will usually have a separate sym link to the bin directory from the root directory like binUSERNAME. Try the php function realpath() to resolve the sym links and then try that. If that doesn`t help the search your hosting providers support pages for path information. Hope this helps. "Q2 - Can there be a `system" command restricting the use of include_path ??` Thanks... |
