OK I am using VB 3.6.5 and never been really any good with PHP I created a PHP file called test2.php and uploaded it to
www.disneytrivia.net (Where I want the external data to appear)
My forums are located at
www.disney-forums.com/forums
I uploaded the folder and VB External file to
www.disney-forums.com/forums
I changed the top portion of the new php file (maybe where I went wrong) to
Code:
<?php
chdir('http://www.disney-forums.com/forums');
require_once('http://www.disney-forums.com/forums/vBExternal.php');
?>
when I go to the php file I reeive the following error..
Warning: chdir(): No such file or directory (errno 2) in /home/disneytr/public_html/test2.php on line 2
Warning: main(./includes/db_mysql.php): failed to open stream: No such file or directory in /home/disney-f/public_html/forums/vBExternal.php on line 67
Fatal error: main(): Failed opening required './includes/db_mysql.php' (include_path='.:/usr/local/lib/php') in /home/disney-f/public_html/forums/vBExternal.php on line 67
################################################## # # Displaying Newest Members
Fatal error: Call to undefined function: output_newestmembers() in /home/disneytr/public_html/test2.php on line 10