I am building a front end that displays two database records which are both made up of an equal number of items. One record would be a list of headings and the other record a list of content with both being displayed in two textareas
I am using PHP and MySQL to bring back the records and using the explode function to get to each individual item in the array.
My Question is:
From this first full list of headings I want to link from a single heading and display only the content for that heading in a another textarea. And at the same time append that heading and content to a text file for future history of links viewed.
I hope I have managed to explain the situation OK and thanks for any views you may have
FireNet
I am using PHP and MySQL to bring back the records and using the explode function to get to each individual item in the array.
My Question is:
From this first full list of headings I want to link from a single heading and display only the content for that heading in a another textarea. And at the same time append that heading and content to a text file for future history of links viewed.
I hope I have managed to explain the situation OK and thanks for any views you may have
FireNet
Comment