Hello all, I have some php which is not validating at W3C.
For example one of the messages points me to this line.
It seems like it is failing where the inline php starts i.e "<" .Warning Line 60, Column 83: character "<" is the first character of a delimiter but occurred as data.
…>User Name <input type="text" value="<?php echo $_SESSION['username']; ?>" id
Does anyone know how to solve this.
Dallr



Reply With Quote


Bookmarks