Ik heb dus net een newsscript gedownned en geinstalled op mijn webserver.........Acounts aangemaakt om te posten en dingen gepost...Nu kon ik die link niet vinden waar ik de geposte dingen mee kon laten weergeven... Hier kon ik het volgende van vinden in een txt maar ik snap het niet...
There are two ways of doing this, using
PHP or SSI. If you pages are already
PHP files then use the PHP way. If they
are .shtml or .shtm then use the SSI
method.
PHP Method:
<?php include ("nphp/news.txt"); ?>
SSI Method:
<!-- #include file="nphp/news.txt" -->
If your pages are just .html then you will
need to rename them and use the correct
method. I reccommend renaming to .PHP and
using the PHP method.
PHP method only works with .PHP extensions,
SSI only works with .SHTML, .SHTM extensions.
There are two ways of doing this, using
PHP or SSI. If you pages are already
PHP files then use the PHP way. If they
are .shtml or .shtm then use the SSI
method.
PHP Method:
<?php include ("nphp/news.txt"); ?>
SSI Method:
<!-- #include file="nphp/news.txt" -->
If your pages are just .html then you will
need to rename them and use the correct
method. I reccommend renaming to .PHP and
using the PHP method.
PHP method only works with .PHP extensions,
SSI only works with .SHTML, .SHTM extensions.