Hi.
Total Newbie here. I am trying to learn by using/changing existing code in php files.
Having installed phpauctions I find I do not wish to use my own banner rotation system rather than the one which is integrated into phpauctions.
The following code would bring up the integrated banner system.
<? if($SETTINGS[banners] == 0)
{
view("460x64","_blank");
}
else
{
print " ";
}
?>
I want to add <? include"banner.php"?> to replace the $SETTINGS[banners] statement.
I have tried changing various elements here like the "else" to "elseif" etc, but I always get errors.
I'm probably not making myself clear here at all lol.
I hope someone understands my Chinese :-)
Thanks
jonny2