Sam Ambler Posted June 22, 2012 Share Posted June 22, 2012 Hi I have W3C validation and found 2 errors 1)reference to entity "zipcode" for which no system identifier could be generated ?ata = 'airport=' + airport + '&zipcode=' + zipcode.val() + '&paxnum=' + paxnum? 2)Line 85, Column 69: cannot generate system identifier for general entity "paxnum" ?ta = 'airport=' + airport + '&zipcode=' + zipcode.val() + '&paxnum=' + paxnum; Please Advice Thanks in Advance Link to comment https://forums.phpfreaks.com/topic/264605-reference-to-entity-zipcode-for-which-no-system-identifier-could-be-generated/ Share on other sites More sharing options...
haku Posted June 29, 2012 Share Posted June 29, 2012 Change & to Link to comment https://forums.phpfreaks.com/topic/264605-reference-to-entity-zipcode-for-which-no-system-identifier-could-be-generated/#findComment-1357926 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.