what i'm doing wrong...
just not understand
this
<?php include('http://www.xxxxx.xxx/cgi-bin/news/ex...h/procura.html); ?>
is not equal to
<?php include('/home/xxxxxxx/public_html/cgi-bin/news/exec/search.cgi?search=1&perpage=5&cat=3&template=searc h/procura.html')
I canīt use the first because fopen = false
and the second don't get the data
Can someone help
Best Regards
just not understand
this
<?php include('http://www.xxxxx.xxx/cgi-bin/news/ex...h/procura.html); ?>
is not equal to
<?php include('/home/xxxxxxx/public_html/cgi-bin/news/exec/search.cgi?search=1&perpage=5&cat=3&template=searc h/procura.html')
I canīt use the first because fopen = false
and the second don't get the data
Can someone help
Best Regards
Comment