I am wondering if there is any way to create and access a database from the php server.
You can use the normal PHP codes and set your personal info like passwords in a .env file. With the getenv you can get the info without that anyone can see the info.
How do I use a database with the new php server?
I am wondering if there is any way to create and access a database from the php server.
You can use the normal PHP codes and set your personal info like passwords in a .env file. With the getenv you can get the info without that anyone can see the info.