bookworm51485 Posted August 29, 2015 Report Posted August 29, 2015 I'm in a coding class now and I'm working on a final project, a faux fanfiction archive. I was hoping to get some advice on where to start and how to go about it and what you think should be included. It was suggested that I use php, take advantage of the bootstrap css file and to store files in a SQL database and I will admit, all of that together is... a lot and I'm not even sure where to start of what you include or whether or not storing 'stories' in a SQL database would even be the best option. I'm hoping that I might be able to get some advice on where to start or what I might need to make sure to not forget. Thanks Quote
DemonGoddess Posted August 31, 2015 Report Posted August 31, 2015 Our archive is php driven and everything is stored in the database for the archive. You have to set it up in a relational manner, to where different parts link together. Quote
Recommended Posts