Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-20-2003, 02:52 PM   PM User | #1
!!!
New to the CF scene

 
Join Date: Dec 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
!!! is an unknown quantity at this point
HTTP request error

I'm trying to do this:

<?php include ("http://pub50.ezboard.com/bloserclub"); ?>

But I get a HTTP request error and stuff. How do I make it work?
!!! is offline   Reply With Quote
Old 12-20-2003, 03:26 PM   PM User | #2
fimi
New Coder

 
Join Date: Dec 2003
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
fimi is an unknown quantity at this point
what are you trying to do?

You can NOT include stuff from other servers! it has to be within the server....if you are trying to redirect use

PHP Code:
<?

header
('http://urlgoeshere/');

?>
fimi is offline   Reply With Quote
Old 12-20-2003, 05:09 PM   PM User | #3
!!!
New to the CF scene

 
Join Date: Dec 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
!!! is an unknown quantity at this point
Excuse me? I know I can be able to include from URLs. However, I can't include that specific URL I'm having problems with. I'm not interested in redirections.

Quote:
what are you trying to do?
Exactly what it looks like I'm doing.
!!! is offline   Reply With Quote
Old 12-20-2003, 05:16 PM   PM User | #4
fimi
New Coder

 
Join Date: Dec 2003
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
fimi is an unknown quantity at this point
you don't have to raise the voice buddy, i was trying to help you and thats what i get!

fimi is offline   Reply With Quote
Old 12-20-2003, 05:32 PM   PM User | #5
Nightfire
Senior Coder

 
Nightfire's Avatar
 
Join Date: Jun 2002
Posts: 4,266
Thanks: 6
Thanked 48 Times in 48 Posts
Nightfire is on a distinguished road
They've probably disabled pages being loaded from any other server. If they've done that, then there's probably no way you can do it.
__________________
Blue Panda
Website Design | 1 Pound Ads | 'ow much? | Coding Geeks
Nightfire is offline   Reply With Quote
Old 12-26-2012, 11:46 PM   PM User | #6
Ctechinfo
New Coder

 
Join Date: Sep 2012
Posts: 88
Thanks: 3
Thanked 3 Times in 3 Posts
Ctechinfo is an unknown quantity at this point
very well could be that If its a free forum. ezboards usually are from what I have seen, they prohibit hotlinking.. Check with their support department.
Ctechinfo is offline   Reply With Quote
Old 12-27-2012, 01:01 AM   PM User | #7
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,504
Thanks: 45
Thanked 439 Times in 428 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Quote:
Originally Posted by fimi View Post
PHP Code:
<?

header
('http://urlgoeshere/');

?>
Quote:
Originally Posted by fimi View Post
you don't have to raise the voice buddy, i was trying to help you and thats what i get!
I'm not surprised really :

header('Location: http://www.somewhere.com');

Note the 'Location:'

Quote:
Originally Posted by Ctechinfo View Post
very well could be that If its a free forum. ezboards usually are from what I have seen, they prohibit hotlinking.. Check with their support department.
Any particular reason for dragging up a 9 YEAR OLD topic?
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.

Last edited by tangoforce; 12-27-2012 at 01:03 AM..
tangoforce is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:19 PM.


Advertisement
Log in to turn off these ads.