Is that possible to take data from a dynamic database which is hosted.?
I am planning to create a website for a company, in which i have a simple form in which the users will enter the requested details and it can be stored in a databse in the host computer. For database i am going to use MySQL 6 and php.
And my question is, "I wanted that, the staff members of the company to easily acess the dynamic database" So that they can take some data from it, copy, print.
Is that possible to do that with MySQL.?
Yes it is possible and very simple
but they will need a proper knowledge of querting example select * from members
also they will need an application to connect to the sql database there are alot of free managers out there
just search sql manager
but i prefer the online manager
phpmyadmin
they will login directly on your website
query and do what they need

