Ok so the whole purpose in me doing this is so that i have a help program.
This help program is php files stored in the database.
It is searchable, and has a directory.
If a user is on page one say, and in field one, and they click help, the pop up window would open to the php file stored in the database, relating to page one field one.
That pop up window would contain a link to the table of contents, the search and next and previous 'chapters' or 'pages' of the help program as well.
My issue, is that when i store the php files or 'help pages' in the database as blobs, the php is not being stored, or called out when the pop up help page is opened.
FOr some reason php isn't being stored.
please help me with my help. 😕