Posted by Andy Hassall on 08/28/05 15:38
On Sun, 28 Aug 2005 13:41:34 +0200, Hanjo Grüßner <hanjo@gruessner.de> wrote:
>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 ??
Can you post a minimal test case reproducing the problem?
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|