Jump to content

include() problem..can't show the page...


mass

Recommended Posts

hi...i'm trying to include php file in my Theme.php ( i have Php-nuke)
this is the code:
[code]
."</td></tr>
<TR><td>
<table bgcolor='#000000' align='center' width='768' border='0' cellspacing='0' cellpadding='0'>
  <tr>
    <td align='center'><TABLE WIDTH=766 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>


<TD>
<img src='themes/DeepBlue/images/shoutbox.gif' width='503' height='189' border='0'/>
</TD>



</TABLE></td></tr></table>
</TR><tr><td width='100%'><table width='100%' cellspacing='0' cellpadding='0' border='0'><tr><td bgcolor='#000000'>\n";
[/code]

i want you to look at the separate area...
i want to put the this file "yshout/index.php"
i tried to do this...but with out succses...
[code]
<TD>
<?php include('yshout/index.php'); ?>
</TD>
[/code]
or this..
[code]
<TD>\n";
include('yshout/index.php');
echo "</TD>
[/code]

but nothing working...can anyone help me plz?
i'm still a begginer with php...
tnx!
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.