Posted by Hanjo Grόίner on 08/28/05 14:41
Hello,
I'm doing like this:
if (strlen($Name_vor) > 0)
echo '</table></fieldset>';
But the program never goes into the 'echo' branch.
I tried to get strlen($Name_vor) before the condition and it is definivly
> 0
From te manual strlen returns an INT.
What is wrong ??
TIA
Hanjo
--
Software & Seminar-Kontor Hans-Joachim GrΓΌΓner
Glasholz
D-24369 Waabs
http://www.gruessner.de
[Back to original message]
|