|
|
Registered User Currently Offline
|
Posts: 5
Join Date: Sep 2006
|
ok. but i think that it isn't the problem...
now i try with:
Code:
<?php DEFINE ('SEO-BOARD', true); include('H:\\localuser\\web\\seo\\lastposts_addon.php');?>
and
<?php DEFINE ('SEO-BOARD', true); include('../seo/lastposts_addon.php');?>
but in any funk. If i put like http://..., show me the error "Fatal Error", but in this two examples, show me nothing. what is the correct??
and i think that the error not stay in the include becuse if i execute directly de lastposts_addon, show me "Fatal Error"
Code:
http://subdomain/seo/lastposts_addon.php
any idea?
thanks for the attention:)
|