On a PHP/MySQL site where all content is in the database, I have been hard-coding crossreference links but it occurs to me that this can probably be done automatically.
For example, if the content has "Joe Blow" (with or without the quotes) and no existing hyperlink, it would link to: /php/pagecontents.php?Keyword=Joe+Blow if Joe Blow is also in the list.
Given a table containing a list of terms to find and given a preset URL using the same term as a paramater to pass as in the example above, how can I begin? I know PHP fairly well but am not sure where to start!
Don
Experienced in HTML, Perl, PHP, VBScript, PWS, IIS and Apache and MS-Access, MS-SQL, MySQL databases
For example, if the content has "Joe Blow" (with or without the quotes) and no existing hyperlink, it would link to: /php/pagecontents.php?Keyword=Joe+Blow if Joe Blow is also in the list.
Given a table containing a list of terms to find and given a preset URL using the same term as a paramater to pass as in the example above, how can I begin? I know PHP fairly well but am not sure where to start!
Don
Experienced in HTML, Perl, PHP, VBScript, PWS, IIS and Apache and MS-Access, MS-SQL, MySQL databases