Quote:
commentLine.php goes in some directory on your server. I put mine in a /SharedCode/php/ dir, but anywhere is fine. The only modification needed in this file is the chdir($_SERVER["DOCUMENT_ROOT"]."/forums/"); to whatever your forums directory is. i.e. /boards/ or /forum/.
|
I'm sorry for asking this, but what if my forums are in a subdomain (forums.domain.com) ? Will this work on my
www.domain.com? If all I have to do is change the above code, what's the correct way?
Thanks