Jump to content

cant seem to get counter in the index???


jac.kock

Recommended Posts

hi all,

 

i have made a counter as a module for my website.

 

when i directly go to de module and start de counter i see the picure en he does his work, butt wen i call it in de index.php by include('modules/counter/counter.php')

 

then i see een not loaded picturebox and i dont know why it doesnt works ?

 

you can see the counter and the problem on: http://nieuw.pc-hulp-online.nl/index.php

 

can someone help me to make it als work with include()??

 

thnx

Link to comment
https://forums.phpfreaks.com/topic/261733-cant-seem-to-get-counter-in-the-index/
Share on other sites

Just a guess as I'm not sure what the problem is.  Include the page instead of link to it.

include("http://nieuw.pc-hulp-online.nl/modules/counter/counter.php");

 

hi drummin,

 

whwn i use:

include("http://nieuw.pc-hulp-online.nl/modules/counter/counter.php");

 

than i see nothing and also no misloaded picture????

 

i will show you the code so please tell me why it doesnt work?

 

		<!-- start spacer -->
        <tr>
          <td class="spacer">
      </td>
        </tr>
	<!-- end spacer -->
	<!-- start copyrights / about / sitemap / ect. -->
        <tr> 
          <td class="copyrights" align="center">
                    <!-- counter call -->
        || <?php include("modules/counter/counter.php"); ?>
        <!-- end counter call -->
                   || <?php echo $OwnerCopyright; ?> 
        || <a href="?topic=Contact" title="Contact weergeven">Contact</a>
        || <a href="?topic=Copyrights" title="Copyright info">Copyrights</a>
        || <a href="?topic=Disclamer" title="Disclamer algemene voorwaardens!">Disclamer</a>
        || <a href="?topic=Sitemap" title="Sitemap weergeven">Sitemap</a>
        <!--|| Designed By: <a href="http://pc-hulp-online.nl" target="new" title="Design By:">pc-hulp-online</a>--> 
        || <!-- deze is voor nette afsluiting balkje -->
      </td>
    </tr>
    <!-- end copyrights / about / sitemap / ect. -->
  </table>
      <!-- end table for website desige -->
    </td>
  </tr>
</table>
<!-- end main table --> 
<!-- end webpage design like tables -->
<a href="modules/counter/counter.php" target="new" >see here the counter working!!</a>

 

take a look and please help me!!

 

thnxs

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.