suzzane2020 Posted January 23, 2007 Share Posted January 23, 2007 hi,I ran my homepage thru total validator and got th same error on almost 100 lines where i have my anchor tag<a href="hcatresults.php?pid=<?php echo $pid;?>&functional=<?php echo $farray[$i];?>"> </a> The error pointed to the & symbol between the values passed,it seems the & should b replaced by &Is it essential ..wud it develop problems later if i dont change it?thnks in advance Link to comment https://forums.phpfreaks.com/topic/35344-validation-errors/ Share on other sites More sharing options...
suzzane2020 Posted January 23, 2007 Author Share Posted January 23, 2007 plz advise Link to comment https://forums.phpfreaks.com/topic/35344-validation-errors/#findComment-167059 Share on other sites More sharing options...
JJohnsenDK Posted January 23, 2007 Share Posted January 23, 2007 i do the same thing every time i use & and i never have had any problems... So no i dont think there will be any problems later on... Link to comment https://forums.phpfreaks.com/topic/35344-validation-errors/#findComment-167061 Share on other sites More sharing options...
suzzane2020 Posted January 23, 2007 Author Share Posted January 23, 2007 thank u so muchGot scared when i saw 20 errors on the same issueThnx again Link to comment https://forums.phpfreaks.com/topic/35344-validation-errors/#findComment-167063 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.