View Single Post
  #1  
Old 06-13-2006, 10:21 AM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Fetching gani parameters

I am trying to read the parameters sent through setani from withing the gani's script.
PHP Code:
setani("ganiname"param1param2);

// Within the gani:
SCRIPT
function onCreated() {

  
// These give no results
  
echo( "[" params[0] @ "][" params[1] @ "][" attr[0] @ "][" attr[1] @ "]");
}
SCRIPTEND 
Or is there possibly another another way to send variables to the gani?
Reply With Quote