My php is regularly stopping so I need some idea of database. Can you provide?

Recommended Answers

All 3 Replies

My thought here is to fix what you have. As you are the author of the PHP what do you think is the problem?
Is it some code that is failing?
Why not fix that?

Some more context would be great. Why do you believe that connecting to a database would solve PHP from “stopping”? Can you please describe what you mean by stopping? Is it going too slow? Is it crashing?

Databases are typically meant to give you access to information storage, not to fix slowness issues in and of themselves. The reason to add a database to an app that doesn’t already have one is typically to add new dynamic functionality.

There are numerous advantages of connecting MySQL server with Php. Following are a few of them:

  • Both of them are open source.
  • Compatibility
  • Portability
  • High performance
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.