error 033: array must be indexed (variable "text")
#3

PHP код:
if(text!="none")//This line warning!!! 
Use strcmp when comparing strings.
PHP код:
if( strcmp(text"none") ) 
Reply


Messages In This Thread
error 033: array must be indexed (variable "text") - by 3417512908 - 19.06.2018, 04:09
Re: error 033: array must be indexed (variable "text") - by GTLS - 19.06.2018, 06:22
Re: error 033: array must be indexed (variable "text") - by coool - 19.06.2018, 07:00

Forum Jump:


Users browsing this thread: 3 Guest(s)