Hallo,
I used this if statement some weeks before to show/hide a link:
<?php if($row_recSetHintsResult['extraBestand'] !== "") { echo "<a href=\"includes/download.php?file=".$row_recSetHintsResult['extraBestand']."\"> Extra uitleg !</a>"; } ?>
I'm sure that it worked like i want:
show this link if the field is not empty.
Today i get a phone-call from the customer: The link is allways visible.
The only thing what i know is that the ISP did something on the server. I'm for 90% sure that the server changed from fast-cgi to cgi.
Is it possible that is the reason?