DataBase Connectivity on the client side using (JavaScript)

377 views Asked by At

I have a question which really Poked me for several days... I have came across a hurdle, the problem is that i need the Php application on the server side and the database to be on the client side... and the application should communicate with each other very nicely..

Javascript was the best option coming in my mind... The problem is that i dont have any idea how do i make this thing applicable...

If any one have any knowledge for that please share that stuff with me...

Thanks in advance...

1

There are 1 answers

0
Digital Chris On

Your question is kind of generic, so i can't determine whether you REALLY need a database stored on the client-side, and why. However if that is what you truly desire, HTML5 has client-side storage capabilities which can be used for running apps locally in the browser without having to pass data back to the server:

Some background and usage

Tutorial