Hi,
I tried to have the include() function inside a post to call a file from another location, but this would not work.
Tried to have something like:
<?php include("http://www.domain.com/folder/file.html"); ?>
I wanted to make this for the following...
When a new user is registered, the Blog creates a "Profile" page for him. So I thought..what if we also
give the user another page which contains a chat, and also a page which contains music, since that is a section
we have in the main website.
But if we give the user a static page, what happens
when we updated it...that is why I thought of using
the include() function to have the page pulled from
another location.
Does anyone know how this can work well ?
We'd appreciate it very much!
Thank you.