[Pb] Function strlen
#2

Bonjour, moi personnellement j'utilise la fonction "isnull"

voila son Define

PHP Code:
#if !defined isnull
    #define isnull(%1) \
                
((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
#endif 

Code:
if ( isnull ( inputtext ) < 1)
if ( ! isnull ( inputtext ) )

psychopathe.
Reply


Messages In This Thread
[Pb] Function strlen - by ScriptColor - 03.01.2013, 16:12
Re : [Pb] Function strlen - by psychopathe - 04.01.2013, 14:53
Re : [Pb] Function strlen - by Mathieu371 - 04.01.2013, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)