Current location: Hot Scripts Forums » Programming Languages » PHP » PHP Include from PC?.. that possible


PHP Include from PC?.. that possible

Reply
  #1 (permalink)  
Old 02-09-06, 06:48 AM
Justin171985 Justin171985 is offline
Newbie Coder
 
Join Date: Feb 2004
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Include from PC?.. that possible

Hello,

I need to have a php include or something of that sort that will include a file from my PC and show it on my website that is on a linux server over the net...

Is this possible to do?

Thanks,
Justin.
Reply With Quote
  #2 (permalink)  
Old 02-09-06, 07:56 AM
bizzar528's Avatar
bizzar528 bizzar528 is offline
Community Liaison
 
Join Date: Sep 2004
Location: Pennsylvania, US
Posts: 1,550
Thanks: 2
Thanked 16 Times in 15 Posts
You'd have to open your computer up to the internet, and call the requested file over http.

Code:
<?php include "http://<your home ip>/file.php"; ?>
However, if your computer at home goes down, is restarting, or changes IP, or your ISP goes down, then you'll have to make the adjustments to the script and could cause more problems than it's worth. Depends on how important that file is to your site.


Why don't you just upload the file to the webhost and host it there???
__________________
Yep, it's a signature...
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP multi-dimensional array sorting issue aqw PHP 2 06-24-05 11:09 PM
PHP / Graphic Developers someotherguy582 Job Offers & Assistance 1 06-05-05 07:40 PM
Include PHP via javascript bkbenson JavaScript 4 02-19-05 12:40 AM
PHP Scripts for PC and POCKET PC That are different? pokemon PHP 3 10-08-04 01:17 PM
Random PHP include brduran PHP 4 08-16-04 06:34 AM


All times are GMT -5. The time now is 06:33 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.