03.04.2016, 22:33
Also, strings are never empty. Doing the following will therefor not work:
Use isnull instead:
isnull is included in zcmd.
PHP Code:
if(!inputtext[0])
PHP Code:
if(isnull(inputtext))