+ 3
Html with php and database
What codes or lines of codes would you need to be able to create a replica of Sololearn.com such that you could have people send their problems or programming challenges to the page have the system to store the questions get their solutions from others through the comments panel or section of the page and give the answers back to the sender of the programming challenge.
1 ответ
0
It’s not that difficulty.
If you really want something like sololearn you would need to send the data over http request.
Basically the only thing you need to do with php is mysql.
You could use websockets and server push to push the new challenge to the client
https://en.m.wikipedia.org/wiki/Push_technology
https://www.ibm.com/developerworks/library/wa-http-server-push-with-websocket-sse/
http://php.net/manual/en/ref.pdo-mysql.php