Is it possible to include a PHP file to the MYSPACE ?
Posted: Fri Jun 27, 2008 12:18 pm
Hi, I want to make an include to my myspace. I have a code that works fine on other own page I have.
The include statement is:
<?PHP include ('http://www.albertforns.com/easycounter_myspace.php'); ?>
which I have inserted on a style script inside a profile code in my own myspace...
It does'nt work, as if the include is (as it might be) into a .htm file instead of a .php and cannot be executed.
I had this problem with other pages since I discovered that you have to include php files in files which have .php extension, but as you can imagine, in myspace you cannot to know which extension are the parent files and the php execution control and so on....
can you help me?
THANKS
The include statement is:
<?PHP include ('http://www.albertforns.com/easycounter_myspace.php'); ?>
which I have inserted on a style script inside a profile code in my own myspace...
It does'nt work, as if the include is (as it might be) into a .htm file instead of a .php and cannot be executed.
I had this problem with other pages since I discovered that you have to include php files in files which have .php extension, but as you can imagine, in myspace you cannot to know which extension are the parent files and the php execution control and so on....
can you help me?
THANKS