Hehe, Apok has already seen this, to bad he never told me.
Anyway.
What if I want to use this on a remote server/site.
Should I include the remote database information above the chdir? And then use a URL to those files on the remote server? Or change it to connect to the server, and use the absolute path to the files?
Or is it as simple as doing
require('http://www.pathtoremoteserver.com/forums/global.php');
|