Jump to content

How to include a out file?


ruud

Recommended Posts

Is the 20 sites on external servers (dedicated hosting) or are they on the same server but using different domains (shared hosting)?

 

if its the latter then find your php.ini and append the full script location path) to the include_path for the script eg:

include_path = ".:/path/to/script" #UNIX

include_path = ".;C:/path/to/script" # WINDOWS

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.