php Programming Glossary: strtemp
Checking if the string is empty http://stackoverflow.com/questions/718986/checking-if-the-string-is-empty pass an empty string through it. function isNotEmpty input strTemp input strTemp trim strTemp if strTemp '' Also tried this if.. string through it. function isNotEmpty input strTemp input strTemp trim strTemp if strTemp '' Also tried this if strlen strTemp.. it. function isNotEmpty input strTemp input strTemp trim strTemp if strTemp '' Also tried this if strlen strTemp 0 return true..
|