Hi
How would i do this if theres 2 different domains involved.#
forum:
www.bashys-place.com/forums
i would like info to show
site:
www.bashys-hosting.com
Is there out special i need to do for this or some setting i need please?
or is it just:
Code:
chdir('http://www.bashys-place.com/forums');
require_once('http://www.bashys-place.com/forums/vBExternal.php');
EDIT: Actually i tried the above and nothing showed at all!