I will be putting this code on my web site.
$knews = new knews2_getnews;
$knews->SetLimit(5);
$knews->SetMode('News');
$knews->SetType('Default');
$knews->SetTemp('Default');
$knews->GetWhat('All');
$knews->ShowNews();
$knews->Finish();
I know that there should be some tags on it, that is how it is printed in the install guide.
What are the php tags? Yes I am that new at this. 🙂