简体   繁体   中英

Is it possible create a PHP login System without mysql [on hold]

Instead of MySQL, I must create a multidimensional array which will be like this:

------------------------------
-     **Password**Name**Email-
-Login**--------**----**------
-Login**--------**----**------
-Login**--------**----**------
-Login**--------**----**------
-Login**--------**----**------
------------------------------

Where login must be unique.

Yes.

You can create a json object, and pars it. Or just write the array to a file and read from it. Of corse you will still need to pars it.

But why? It is great for study purposes only. Don't see any other reason.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM