Current location: Hot Scripts Forums » Programming Languages » PHP » Include problem


Include problem

Reply
  #1 (permalink)  
Old 08-21-03, 09:46 PM
lapo4ka18 lapo4ka18 is offline
New Member
 
Join Date: Aug 2003
Location: New York
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Include problem

Hi,
Can anybody tell me how to fix this problem?
On my web site SexyOrNasty.com I have include code and for this codes I have this messages
Warning: main(): stream does not support seeking in /home/sexyor1/public_html/template1.php on line 337


And On line 337 I have

<? include ('http://sexyornasty.com/right.php'); ?><p>


Do you know why I receive this message? May be I can use something else instead of include
Reply With Quote
  #2 (permalink)  
Old 08-21-03, 09:56 PM
YourPHPPro's Avatar
YourPHPPro YourPHPPro is offline
Community VIP
 
Join Date: Aug 2003
Posts: 430
Thanks: 0
Thanked 0 Times in 0 Posts
How about just using:

Quote:
<? include (right.php'); ?>
Reply With Quote
  #3 (permalink)  
Old 08-22-03, 06:56 AM
Squeezer's Avatar
Squeezer Squeezer is offline
Newbie Coder
 
Join Date: Jun 2003
Location: Luxembourg
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
You'll have to make a differnce between local and external paths and urls

include always includes localfiles
if you want to output the content generated by a site on the web, use fopen and fread functions! (but then the code won't be parsed but only being output


MArc
__________________
Marc Giombetti - PHP Programmer
marc@giombetti.com
http://www.giombetti.com
Luxembourg - Europe
Reply With Quote
  #4 (permalink)  
Old 08-23-03, 08:03 PM
lapo4ka18 lapo4ka18 is offline
New Member
 
Join Date: Aug 2003
Location: New York
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks
It worked.
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
file download problem ukyankee Perl 6 10-04-03 10:39 PM
include() Dimka PHP 26 09-20-03 07:51 AM
jpGraph axis labeling problem Squeezer PHP 2 08-20-03 07:53 AM
include tag rkiss PHP 1 08-12-03 04:10 AM
new problem libr JavaScript 3 08-11-03 06:25 AM


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