Jump to content

Is it possible to put an entire 500-page book in a database with PHP?


worldcomingtoanend

Recommended Posts

Yeah, easily. Although perhaps not the best format. I imagine you'd want to store the pages on a page-per-row basis?

well as long as its possible to create an interface where a user will be entering the text and when they click save, the text(page) gets saved in the row..

Yeah, you're basically thinking of a CMS just with a different context. You just need a table containing the fields for page number, content, + anything else you'd like. Then you can query the database and return the specific page(s), modify them in a textarea, and then update the row(s).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.