Hi guys
Just a quick question, is there a way to hide the visibility of say a panel or a button in the PHP code?
For instance i want it to hide a certain panel if a certain condition is not met, i think this is best done in PHP rather than HTML, inside a IF statement.
I know in java it can be done in Java with object.visibility = false , just wondering if there is a way in PHP
thanks guys
Just a quick question, is there a way to hide the visibility of say a panel or a button in the PHP code?
For instance i want it to hide a certain panel if a certain condition is not met, i think this is best done in PHP rather than HTML, inside a IF statement.
I know in java it can be done in Java with object.visibility = false , just wondering if there is a way in PHP
thanks guys