1
I have a $name variable
$nome = str_replace("-"," ",strtolower($arrayReturn['nome']));
And I call her as follows:
<p>Nome: (<?php echo $nome; ?>) </p>
It turns out that sometimes this variable does not return value, just getting ().
I would like to include the direct () in $name and if it does not return value the not appear anything.
Can someone help me?
Perfect dvd! Thank you!
– J. Doe