04.01.2013, 14:53
Bonjour, moi personnellement j'utilise la fonction "isnull"
voila son Define
psychopathe.
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.