![]() |
|||
PHP
IT Tags
server shutdown ajax SimpleXML local server connection to MYSQL Stop Script PHP and FLash multiple file uplo php mail XHTML mysql server Overlapping Layers associative arrays Simplexml Parser indexing solr Solr XML my_thread_global_end photo gallery Mobile site sdf objects check domain Combo box local server control panel magento ecommerce UPDATE Remove Duplicate include Xampp |
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... |
