I have a div
that brings a select
of the bank, but it can only be shown if it meets a condition. It comes like this:
<div id="conteudo" style="display: none;">
If it meets this condition:
if (get('data_do_descredenciamento') != '')
, then the div
display should change to style="display: show;"
.
How can I mount this condition in PHP?