Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   04-10-2006, 05:43 AM
HD Newbie
 
Join Date: Apr 2006
Posts: 17

Status: RazerHost is offline
I have server on EV1 servers and it seems I have some type of php problem....

When I use a PHP inclue tage to a direct page it works "Example"

<?php require("/domain.html"); ?>

Now this is the PHP inclue tage I use and it don't work on my server...

<?php if ($id == "") { include "forum/news.php"; } else { include "$id.php"; } ?>

http://birugames1.razerhost.com/main.php

here is the page "Page don't change"
http://birugames1.razerhost.com/main.php?id=animelist


This was Ev1 reply.......

4/9/2006 11:50:16 PM
rholec
Dear Goce Kosteski,

Includes are working with php files on your server, as http://birugames1.razerhost.com/test2.php shows. As we do not offer managed hosting, we cannot provide support for the php code in main.php.

#### Contents of test2.php
include "test.php";
?>
#### Contents of test.php
phpinfo();
?>
 
 
 


Old
  Post #2 (permalink)   04-10-2006, 08:15 AM
HD Management Staff
 
Artashes's Avatar
 
Join Date: Apr 2003
Location: Montreal, Canada
Posts: 5,322

Status: Artashes is offline
Moved to Hardware and Server Configuration.
__________________
Welcome to our web hosting community for grownups.

Read the RULES you have agreed to.
 
 
 


Old
  Post #3 (permalink)   04-11-2006, 05:01 PM
HD Newbie
 
Join Date: Apr 2006
Posts: 17

Status: RazerHost is offline
No one has any clue????
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
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
Trackbacks are On
Pingbacks are On
Refbacks are On