Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Linear Mode
Lots of errors on SQLite..
SyS
High-roller
Posts: 1,939
Threads: 11
Joined: Oct 2015
Reputation:
0
#4
19.06.2016, 09:32
PHP код:
if(!(
5
<=
strlen
(
inputtext
) <=
20
))
thats incorrect man 5 is a constant you have to use &&
like this
PHP код:
if(
strlen
(
inputtext
)>=
5
&&
strlen
(
inputtext
) <=
20
)
Find
Reply
«
Next Oldest
|
Next Newest
»
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
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help