Html with php and database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

4th Feb 2018, 5:34 PM
Tsadidey Fortune Selassie
Tsadidey Fortune Selassie - avatar
1 Answer
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
5th Feb 2018, 6:23 AM
Toni Isotalo
Toni Isotalo - avatar