Hey sorry me again with validation. I have several errors but they are pretty much the same. These are strict xhtml rules and i am using W3C
Line 28, Column 22: end tag for "div" omitted, but OMITTAG NO was specified.
DB Error: syntax error
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
I have checked all my tags and they seem fine i don't understand whats going on!!!!
[code]
</table>
</div>
********* error is pointing to this line
<div id="center">
<?php
require_once 'DB.php';
[code]
It's the DB syntax error i am unsure about i have been looking at it for over 2 hours and i am starting to go brain dead can anyone help??? Any other info thats needed please ask
Thank you in advanced
Truez
Line 28, Column 22: end tag for "div" omitted, but OMITTAG NO was specified.
DB Error: syntax error
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
I have checked all my tags and they seem fine i don't understand whats going on!!!!
[code]
</table>
</div>
********* error is pointing to this line
<div id="center">
<?php
require_once 'DB.php';
[code]
It's the DB syntax error i am unsure about i have been looking at it for over 2 hours and i am starting to go brain dead can anyone help??? Any other info thats needed please ask
Thank you in advanced
Truez
Comment