worldcomingtoanend Posted October 14, 2009 Share Posted October 14, 2009 I am working on an intranet and I was wondering if its possible to code php with mysql to enter a full-text 500 page book into a database since I will be doing lots of updates to the pages? thanks for your response. Link to comment https://forums.phpfreaks.com/topic/177663-is-it-possible-to-put-an-entire-500-page-book-in-a-database-with-php/ Share on other sites More sharing options...
Adam Posted October 14, 2009 Share Posted October 14, 2009 Yeah, easily. Although perhaps not the best format. I imagine you'd want to store the pages on a page-per-row basis? Link to comment https://forums.phpfreaks.com/topic/177663-is-it-possible-to-put-an-entire-500-page-book-in-a-database-with-php/#findComment-936783 Share on other sites More sharing options...
worldcomingtoanend Posted October 14, 2009 Author Share Posted October 14, 2009 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.. Link to comment https://forums.phpfreaks.com/topic/177663-is-it-possible-to-put-an-entire-500-page-book-in-a-database-with-php/#findComment-936788 Share on other sites More sharing options...
Adam Posted October 14, 2009 Share Posted October 14, 2009 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). Link to comment https://forums.phpfreaks.com/topic/177663-is-it-possible-to-put-an-entire-500-page-book-in-a-database-with-php/#findComment-936792 Share on other sites More sharing options...
worldcomingtoanend Posted October 14, 2009 Author Share Posted October 14, 2009 thank you will try to study how the whole thing can be done Link to comment https://forums.phpfreaks.com/topic/177663-is-it-possible-to-put-an-entire-500-page-book-in-a-database-with-php/#findComment-936999 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.