Blank page/include problem?

Status
Not open for further replies.

ItsWesYo

New Member
Messages
18
Reaction score
0
Points
0
Every time I try to include a page in another directory, the page comes up blank.

Example: If I try to include "http://lol.com/inc/header.php" in the directory "test", the page comes up blank.
Edit:
Any help? :\
 
Last edited:

ItsWesYo

New Member
Messages
18
Reaction score
0
Points
0
PHP:
<?php
include 'http://massive8.pcriot.com/inc/header.php';
?>

I've tried changing the ' to (", but still no luck.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Try this.

PHP:
<?php

include '/home/wes/public_html/inc/header.php';

?>
 
Last edited:

ItsWesYo

New Member
Messages
18
Reaction score
0
Points
0
Thank you!

I think I'll start using that URL from now on to avoid future problems.
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
I'm going to go ahead and close this thread. Feel free to re-open it or create a new thread if further assistance is needed.

-Corey
 
Status
Not open for further replies.
Top