Hi,
I have a drupal installed at www.truyentranh.com
I have invision board forum installed at board.truyentranh.com
I want to put the forum latest posts on the front page of www.truyentranh.comSo I used the latest_posts.php mod (invision board) and put the file in my board.truyentranh.com main folder
Then I go to drupal, add a block, and put:
<?php include("http://board.truyentranh.com/latest_posts.php");?>
I enable the block. And drupal display:-------
* warning: Unknown(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/vhosts/truyentranh.com/httpdocs/includes/common.inc(1342) : eval()'d code on line 1.
* warning: Unknown(http://board.truyentranh.com/latest_posts.php): failed to open stream: Success in /var/www/vhosts/truyentranh.com/httpdocs/includes/common.inc(1342) : eval()'d code on line 1.
* warning: (null)() [function.include]: Failed opening 'http://board.truyentranh.com/latest_posts.php' for inclusion (include_path='.:/usr/share/pear:../:../../:../../../:../../../../') in /var/www/vhosts/truyentranh.com/httpdocs/includes/common.inc(1342) : eval()'d code on line 1.-------
I have no knowledge of PHP, could you please tell me what I did wrong?