I am wondering if it is possible to use a href link with in a database file. For example - index.php has content from Page 1, which comes from the ‘content’ of the database table. With in this data is a link to another page, via id maybe. The index page will have the php code to display the table fields, header and content. So the content on the database table could look something like this:
header some same
content this person is related to <a href="index.php?id=1>Some one
I don’t want to attempt this if it will not work. All other links, such as menu will ideally link to index.php.