How to hide an object visibility in PHP or HTML?

Charlie N

New member
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
 
Back
Top