0
Is there a way to link a website to a local database without using a server??if there is how does one do that..
5 ответов
+ 5
Use XAMPP
+ 2
Without using a server, you cannot:
@Calvin solution is to install a local server on your computer... probably assuming you're searching a way to link a local website to a local database, but you could look at Firebase, if your goal is to link a non-local website (google online database handler through web api). Another local solution, would be to install another local development server such as one of Python web frameworks available, and use it (or any other server side scripting language) to link your website to your database ;)
+ 2
yeah visph has explained well
+ 1
melchi hio ni answer gani
+ 1
You could opt to use wamp/xxamp or try using wordpress for such a solution