search

Home  >  Q&A  >  body text

How does PHP save setting information locally?

For example, there are many forms in a php page, which require users to fill in some information parameters.

Generally, these information parameters are saved in the database, right? The next time the user opens it, it will be read from the database and filled in automatically.

What I’m thinking about now is whether these information parameters can be saved on the user’s local computer! Is it by reading and writing files? Or is there any other dedicated way to read and write configuration?

(When I wrote desktop software before, I always saved the configuration items locally and opened the software to read them directly)


流年流年1925 days ago1076

reply all(2)I'll reply

  • 流年

    流年2019-08-20 11:40:41

    I really want to find relevant information. The method of reading and writing php.ini configuration files should be similar to the desktop software I wrote before. Research and study

    reply
    0
  • 殘留の回憶

    Post it and share it~

    殘留の回憶 · 2019-08-21 09:21:32
  • Cancelreply