misplaced HTML output
Posted: Sat Aug 21, 2004 5:48 pm
Misplaced is possibly not the best word to describe it but anyway, here goes:
I have a script that accesses a MySQL database, querys it for information, echos the information it receives using a while loop, closes the mysql connection, and then echos a dynamic (in the sense that it is affected by a variable) html link.
While I would expect to get the table with the information from the database and underneath that, the link, for some reason the link appears over the table.
Any ideas?
PS: Sorry for not posting the code but it contains sensitive information which I am lazy to edit
Thanks in advance.
I have a script that accesses a MySQL database, querys it for information, echos the information it receives using a while loop, closes the mysql connection, and then echos a dynamic (in the sense that it is affected by a variable) html link.
While I would expect to get the table with the information from the database and underneath that, the link, for some reason the link appears over the table.
Any ideas?
PS: Sorry for not posting the code but it contains sensitive information which I am lazy to edit
Thanks in advance.