Jump to content

arivanbastos

Approved members
  • Posts

    1
  • Joined

  • Last visited

About arivanbastos

arivanbastos's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, I'm using the follow code to display a banner in PHP: if (@include_once('/www/delivery/alocal.php')) { if (!isset($phpAds_context)) { $phpAds_context = array(); } } $phpAds_raw = view_local('', 1, 0, 0, '', '', '0', $phpAds_context, ''); echo $phpAds_raw['html']; How can I pass custom variables (site variables) to be used as filters for banner display? This seems to be a very basic question, but I could not find the answer even searched enough. Thank u so much. Regards,
×
×
  • Create New...