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
https://forums.phpfreaks.com/topic/222679-include-function-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.