Hi,
Does anyone know how to perform an if statement on a variable, that can have multiple elements within it, to see if it matches the current node?
eg:
$vbl = "a,c,e"
available nodes = "a,b,c,d,e,f"
in a select box, i want to make the a the c and the e elements selected within the select control. i can't see anything that will work within the book that i ahve got
any ideas?
TIA
Tony
Does anyone know how to perform an if statement on a variable, that can have multiple elements within it, to see if it matches the current node?
eg:
$vbl = "a,c,e"
available nodes = "a,b,c,d,e,f"
in a select box, i want to make the a the c and the e elements selected within the select control. i can't see anything that will work within the book that i ahve got
any ideas?
TIA
Tony