Hey guys,
I've built an AJAX/PHP user chat box within public_html/chat/... and what I would like to do is reference public_html/chat/index.php within the home page of my website and have it function as it does when you navigate to the index file itself.
I've tried:
include '../chat/index.php';
It will display the contents of the index file but it doesn't reference it's style sheet or function.
What is the best way of going about doing something like this?
Thank you in advance!!