Login & Register system issue
#4

Quote:
Originally Posted by Kaperstone
Посмотреть сообщение
Using ini will be easier because the principle isn't that hard either
just a file with headers/tags and key=value under it

filename.ini
pawn Код:
[users]
name=Ramboi
password=unsafePassword
In my opinion, SQL might be a harder way to go, because it contains terms which need more understanding, reading and practice.
ini is a more familiar approach in my opinion because people are more familiar with creating a .txt file and editing them.

the only thing you might be stuck with getting around is "headers" aka "tags"
which as I wrote in the example above, just groups the key and value.

Nevertheless, after learning ini, it might serve as a gate to learning the basics of sql
SQL (for what a beginner needs it for) is in no means any harder than implementing Y_INI (I actually find INI more "complicated?" and frustrating), at least SQLite (MySQL is a bit more extensive). Remember that a beginner doesn't simply magically write code, they most likely get code from tutorials/documentation. All one needs to do really is learn how to write SQL statements.
Reply


Messages In This Thread
Login & Register system issue - by Ramboi - 18.07.2017, 16:20
Re: Login & Register system issue - by Paulice - 18.07.2017, 18:36
Re: Login & Register system issue - by Kaperstone - 18.07.2017, 18:59
Re: Login & Register system issue - by Paulice - 18.07.2017, 19:08
Re: Login & Register system issue - by Kaperstone - 19.07.2017, 08:45
Re: Login & Register system issue - by iLearner - 19.07.2017, 09:08
Re: Login & Register system issue - by Paulice - 19.07.2017, 10:06
Re: Login & Register system issue - by Kaperstone - 19.07.2017, 11:38
Re: Login & Register system issue - by Ramboi - 19.07.2017, 13:08
Re: Login & Register system issue - by Paulice - 19.07.2017, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)