[pmwiki-users] Help with a script

Carlos A. Bonamigo carlos.ab at gmail.com
Thu Jan 11 19:38:41 CST 2007


I'm having troube with a script I hope someone can give me a hint on this one.

I'm trying to use this inside a script:

SDV($SearchCloudListFmt ,'
%font-size={$value}px%[[$ScriptUrl?action=search&q=$SCItem | $SCItem ]]
');

and using a foreach like this:

foreach ($SearchCloud as $SCItem=>$value){
   if($SearchCloud != "" && $SCItem != "0")
	$output .= $SearchCloudListFmt;
}

to fill variables inside $SearchCloudFmt , but no success so far.

What I'm missing here... Besides learning the basics. :c)

CarlosAB 




More information about the pmwiki-users mailing list