+ 4
How can we link a database and make changes to it in sololearn Playground
4 ответов
+ 1
You need
• a web server to host your database
• a server script to access the database and also able to produce Api for your code playground code.
• write a ajax on Code playground to communicate with your server script.
+ 2
No in sololearn php and javascript both is not possible to run simultaneously. Work on your PC...for linking database...
+ 1
Code playground alone is not possible, you need to setup your own web server.
0
but here in sololearn its not possible right.. because using php and JavaScript both, how it can be possible in sololearn