basketmen
09-28-2011, 10:36 PM
This code is for conditional in plugin, if not styleid 1
if(STYLEID != 1)
how to write, if not few styleid, like styleid 1, 2, 3
i try this, but its looks like not correct
if (!in_array(STYLEID, array(1,2,3)))
the plugin used are global_start
thank you for the help before
if(STYLEID != 1)
how to write, if not few styleid, like styleid 1, 2, 3
i try this, but its looks like not correct
if (!in_array(STYLEID, array(1,2,3)))
the plugin used are global_start
thank you for the help before