Lots of errors on SQLite..
#4

PHP код:
if(!(<= strlen(inputtext) <= 20)) 
thats incorrect man 5 is a constant you have to use &&
like this
PHP код:
if(strlen(inputtext)>=&& strlen(inputtext) <=20
Reply


Messages In This Thread
[SOLVED] Lots of errors on SQLite.. - by ChristolisTV - 19.06.2016, 09:13
Re: Lots of errors on SQLite.. - by K0P - 19.06.2016, 09:20
Re: Lots of errors on SQLite.. - by ChristolisTV - 19.06.2016, 09:24
Re: Lots of errors on SQLite.. - by SyS - 19.06.2016, 09:32
Re: Lots of errors on SQLite.. - by Konstantinos - 19.06.2016, 13:13
Re: Lots of errors on SQLite.. - by ChristolisTV - 19.06.2016, 16:04
Re: Lots of errors on SQLite.. - by SyS - 22.06.2016, 02:40

Forum Jump:


Users browsing this thread: 1 Guest(s)