Jump to content

Include function problem


soltek

Recommended Posts

Hey there, I guess, theres something wrong with this page, 'cause it isnt loading the page I'm trying to include, please take a look:

<?
require "/backend/functions.php";
$con = mysql_connect('localhost', 'mdown', 'e5r8htt9');
mysql_select_db("actual", $con);
dbconn(true);
?>
<html>
<body BGCOLOR="#000000">
[...]
</style>
<div class="wrapper">
<div class="rec">
<img src=test/recs.png border=0>
</div>
<div class="hormenu">
<img src=test/hormenu.png border=0>
</div>
<div class="cpanel">
<img src=test/cpanel.png border=0>
</div>
<div class="menu">
<img src=test/menu.png border=0>
</div>
<div class="baresq">
<img src=test/baresq.png border=0>
</div>
<div class="table">
<?
include 'home/newtable.php';
?>


</div>
<div class="bardir">
<img src=http://mdown.org/tretas/teste.V4/bardir.png border=0>
</div>
</div>
</body>
</html>

 

Now the page with this code isnt showing anything inside the TABLE div and I guess it should display the content of newtable.php. The newtable.php is working perfectly and the is just the data selected from a table.

 

Any idea about where did I messed up?

thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.