+ 1

Hello guys...can someone please tell me how to create a post share website

am trying to create a website where a person posts a photo or idea then people online the website can see that post and comment back..just like how sololearners work on questions segment or where we post our codes(public)...what are the requirements or maybe HOW DO I GO ABT THAT

17th Apr 2018, 6:17 PM
ANDREW MWEBI
ANDREW MWEBI - avatar
1 Answer
+ 1
Make an sql database with all the users, giving each an ID. Then, with each new post add a row in the table with the ID and link to photo or text. To get the photos, copy the selected photo (using HTML file input) to your directory
17th Apr 2018, 10:29 PM
Ariela
Ariela - avatar