Send Data from mysql to another table

How to get data from mysql, display it and save it to another table in mysql

Hi @bennybriel,

For this you can use any server side scripting language, because mysql will be used only with server side scripting languages like PHP.

And for using or accessing data from remote server and manipulate the data in tables you can use $http of angularjs

1 Like