Thank you for replying, and I am sorry I have not.
Ive been quite a bit ill the past week and half.
But, as demonstrated by my being here, doing much better.
On to task, Could you show me an example of what you typed above?
Lets say the file I am wanting to open is:
http://www.mysite.com/radar/index.php
How would I properly form the code beow showing the 3 elements you suggested, as well as my code?
And THEN "change back to Joomla's base after you include."
ini_set('error_reporting', E_ALL );
chdir('/home/user/public_html/mysitename.com/radar/' );
include('index.php' );
<?php echo sefRelToAbs('index.php?option=com_php&Itemid=1'); ?>
<?php global $mainframe;
include($mainframe->getCfg('absolute_path').'/home/user/public_html/mysitename.com/classifieds/index.php'); ?>
<?php echo josURL('index.php?option=com_php&Itemid=1'); ?>
Really... I am sorry for sounding daft.