MYSQL Get particullary page content from old_text column of a database
What I am trying to do is to get a telephone contact list from a page
content.
All my pages are stored in a database, which I have successfully accessed
using CodeIgniter.
I want to output a telephone contact list as html table. This list is
located on one of the pages. The content of this page is saved as BLOB
type in the old_text column of the table text in my mysql database.
I know the old_id value of my page in the table text. I think it might be
useful.
How can I find this contact list using MYSQL commands in php script?
No comments:
Post a Comment