I have some of my own php pages that i want to appear on my joomla rockettheme site.
For example a custom built cart and contact us page.
Currently I created a wrapper(iframe) menu button that refers to
www.mydomain.com/somefolder
somefolder=the directory that contains my php scripts and an index.php refering to my scripts so now the page exits
in the database with an ID
I do this cause my page in question is https:// and i need both the page and the wrapped page to be secure in order to not get any popups.
So now my php page appears inside the mainbody table
My issue is now im relying on iframes and although a quick and easy solution i know there is a better way
i have a few ideas but i want to know what others have done or would do