| | |
Include remote files like Facebook?
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Jun 2008
Posts: 29
Reputation:
Solved Threads: 0
I want to make an app system like Facebook. I just need to know how to include remote files.
Like, for example:
I'd like to figure out how to get a file list from the remote server, but it's ok if it is impossible.
Like, for example:
php Syntax (Toggle Plain Text)
<?php require "top.php"; require "side-left.php"; //Start include (sanitize with ob_start();) require "http://blah.com/bla1/bla2.php"; //End include require "footer.php"; ?>
I'd like to figure out how to get a file list from the remote server, but it's ok if it is impossible.
•
•
Join Date: Mar 2008
Posts: 31
Reputation:
Solved Threads: 1
Don't you just do this?
I'm not sure if thats right though because when I try to link to my remote pages from index.php I get this page:
Not Found
The requested URL /FB/myapplications/remotefile.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
php Syntax (Toggle Plain Text)
<?php //includes remotefile.php include_once 'remotefile.php'; ?>
I'm not sure if thats right though because when I try to link to my remote pages from index.php I get this page:
Not Found
The requested URL /FB/myapplications/remotefile.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Last edited by peter_budo; Nov 1st, 2008 at 8:46 pm. Reason: Keep It Organized - please use [code] tags
•
•
Join Date: May 2008
Posts: 4
Reputation:
Solved Threads: 1
This link should be of some help here:
http://answers.yahoo.com/question/in...4095327AAhxNcY
Thanks,
Bhagya
http://answers.yahoo.com/question/in...4095327AAhxNcY
Thanks,
Bhagya
![]() |
Other Threads in the PHP Forum
- Previous Thread: PHP File Sharing script
- Next Thread: could someone please explain to me why this script will not update my database?
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cron curl database date directory display download dynamic echo email encode error fcc file files folder form forms function functions google howtowriteathesis href htaccess html image images include insert integration ip java javascript joomla ldap limit link login loop mail menu mlm mod_rewrite multiple multipletables mysql oop open parse paypal pdf php problem provider query radio random recursion regex remote script search server sessions sms soap source space sql strip_tags structure syntax system table template tutorial update upload url validation validator variable video web xml youtube





