GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 06-Sep-2004, 02:35
Darksat Darksat is offline
Awaiting Email Confirmation
 
Join Date: Aug 2004
Location: London
Posts: 97
Darksat is on a distinguished road

PHP Include problem


I am trying to include a file from another website into mine, (yes I have permission)

and i am using this code.

Quote:
<?php
include ("http://www.irishsurfer.com/shapersbay/aaindex.html");
?>


it works.
however it keeps bringing up this error.

Warning: main(): stream does not support seeking in /hsphere/local/home/surfingi/surfingireland.net/newsite/rip.php on line 2

anyone know how to fix it?
  #2  
Old 06-Sep-2004, 07:55
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Quickly searching for the phrase on Google, led me to pages suggesting (claiming) that it's a bug.

I would suggest you use file_get_contents and see if that's an acceptable work-around for you. Example:

PHP Code:

<?php
// include ("http://www.irishsurfer.com/shapersbay/aaindex.html");
echo file_get_contents( "http://www.irishsurfer.com/shapersbay/aaindex.html" );
?>

 

Recent GIDBlogFirst week of IA training by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache / PHP problem, maybe output length? HaganeNoKokoro Apache Web Server Forum 2 08-Sep-2004 07:22
Hmm what seems to be the problem here? error C2061: syntax error pablowablo CPP / C++ Forum 5 12-Jun-2004 22:11
uisng php to display php dopee MySQL / PHP Forum 6 14-May-2004 18:40
All the big PHP script collections that matter jrobbio MySQL / PHP Forum 5 06-Jun-2003 16:14

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 14:37.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.