Tuesday, January 31, 2017

Re: SSI question

read the ssi function into an array
then call out the contents in html/php with css...

[code=like so]
<?php
require_once('SSI.php');
global $context;
$the_news = ssi_news('array');
foreach ($the_news as $newsline {
echo '<div style="somestylecss here"...

from Simple Machines Community Forum http://ift.tt/2jtpt7K
via IFTTT

No comments:

Post a Comment