Creating a social website with PHP | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Creating a social website with PHP

How to create a simple social website that can store 1- arrays of 20 users 2- 30 built-in functions 3- 10 user defined functions

6th Mar 2019, 4:34 AM
Paveetra
Paveetra - avatar
6 Answers
+ 4
Use MySQL or MySQLi, for databases that can store all the data. HTML, CSS and JavaScript will need to be used too.
6th Mar 2019, 5:32 AM
Rowsej
Rowsej - avatar
+ 4
Then store everything in XML files, so you can read them in replace of databases.
6th Mar 2019, 6:31 AM
Rowsej
Rowsej - avatar
+ 4
No, because no databases are being used, use XML files in replace of databases.
7th Mar 2019, 5:53 AM
Rowsej
Rowsej - avatar
+ 1
but the criteria here it doesnt want a database just the array and functions alone creating a social website
6th Mar 2019, 5:39 AM
Paveetra
Paveetra - avatar
+ 1
store everything you mean? convert the files to xml?
7th Mar 2019, 1:26 AM
Paveetra
Paveetra - avatar
0
how can i post status with using array or functions?
18th Mar 2019, 12:14 PM
Paveetra
Paveetra - avatar