vixtran Posted May 3, 2006 Share Posted May 3, 2006 Hello all.. I was wondering if there was a way to load different paragraphs say 5 or 10 to different pages using a text document. I am pretty new to php and have read alot, but seem to be missing something. I can get the whole doc to load of course, but cant seem to get it to stop where I want.thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/8992-load-from-text-doc/ Share on other sites More sharing options...
haydndup Posted May 3, 2006 Share Posted May 3, 2006 Assuming you are not using word docs or anything that use their own formatting, you can read the files with php. Set up identifiers within the file so your script can find the different sections. And then echo the contents backI found this tut useful:[a href=\"http://www.tizag.com/phpT/fileread.php\" target=\"_blank\"]File Reading Tut[/a] Quote Link to comment https://forums.phpfreaks.com/topic/8992-load-from-text-doc/#findComment-33062 Share on other sites More sharing options...
vixtran Posted May 4, 2006 Author Share Posted May 4, 2006 thanks for the reply.. I read that doc and yes it was very helpful. I am using a txt doc, but I guess the problem I am having is the identifiers within the doc. I cant seem to get them to display without displaying them all or just the ones below them.. Quote Link to comment https://forums.phpfreaks.com/topic/8992-load-from-text-doc/#findComment-33250 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.