Is it possible to java script tree view with MySQL?

Asked By 10 points N/A Posted on -
qa-featured

Hello guys,

I am a keen learner. I like to design my website. And today I came here for a solution of my inquiry. We know that JavaScripts.
Made it so much easier to manage and design a website very efficiently. But what I am asking is if this is possible to Java script tree view with MySQL? If yes then please guide me.

SHARE
Answered By 50 points N/A #170035

Is it possible to java script tree view with MySQL?

qa-featured

Hi,

JavaScript is a client side language where you can interact with the client. PHP, is an open source server side language where you can deal with the server (mainly database). You can validate data that are provided by the client using JavaScript. For your question Java script tree cannot deal with the MySQL. You can use jQuery or AJAX languages to interact with the MySQL (database).

Related Questions