I need some advice on how to go about importing rtf files page by page
seperatly into a mysql database, or some way  that can read a file and
break each page into page sized sections, maybe an array, that i could
then import to a database.

The rtf files are mostly about '7mb' in size, and contain anything upto 200
pages, and need to be imported by :

id, filename, page_number , page_content.

I can read whole file into a data table, but that doesnt split the file page
by page.

Has anyone any suggestion to how this can be accomplished,

Steven



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to