dallr
11-21-2008, 02:57 AM
Hello all, I have some php which is not validating at W3C (http://validator.w3.org/#validate_by_input).
For example one of the messages points me to this line.
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
It seems like it is failing where the inline php starts i.e "<" .
Does anyone know how to solve this.
Dallr
For example one of the messages points me to this line.
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
It seems like it is failing where the inline php starts i.e "<" .
Does anyone know how to solve this.
Dallr