Link to Database field added.
Link to Database field added.
Database - MySQL
Field - varchar
The error is a syntax mistake from the editor. I have attempted different methods to insert the a href tag but have not succeeded.
Here are some examples.
You can see different methods and the errors they produce.
There is a syntax issue in the first code snippet, causing an unexpected T_String. The second part references a missing closing quote. The HTML in the third example is also improperly formatted.
Not certain about the exact details of the solution but I notice some points that prompt questions. The distinction between the two examples hinges on the removal of edit and double quote before <a - correct? Should there be another double quote missing? What unexpected '<' might appear? Table format with 6 fields wide: Hardware/Software, Platform, Application, Issue, Solution, Date. Syntax errors only for 'Issue' – correct? What are the actual characters stored in the 'Issue' field? Datatype is VARCHAR. Also, regarding the "While" in Post #1 – should there be a </tr>?