CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   PHP (http://www.codingforums.com/forumdisplay.php?f=6)
-   -   HTTP request error (http://www.codingforums.com/showthread.php?t=30445)

!!! 12-20-2003 02:52 PM

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?

fimi 12-20-2003 03:26 PM

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/');

?>


!!! 12-20-2003 05:09 PM

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.

fimi 12-20-2003 05:16 PM

you don't have to raise the voice buddy, i was trying to help you and thats what i get!

:confused:

Nightfire 12-20-2003 05:32 PM

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.

Ctechinfo 12-26-2012 11:46 PM

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.

tangoforce 12-27-2012 01:01 AM

Quote:

Originally Posted by fimi (Post 157531)
PHP Code:

<?

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

?>


Quote:

Originally Posted by fimi (Post 157561)
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 :rolleyes::

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

Note the 'Location:' :thumbsup:

Quote:

Originally Posted by Ctechinfo (Post 1302364)
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?


All times are GMT +1. The time now is 06:27 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.