On Tuesday, January 11, 2011 11:48:33 pm Daniel Brown wrote: > On Tue, Jan 11, 2011 at 22:35, David McGlone <david@xxxxxxxxxxxxx> wrote: > > Hi Everyone, I'm having a problem validating some links I have in a > > foreach. Here is my code: > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > > "http://www.w3.org/TR/html4/loose.dtd"> > > > > my PHP code: > > $categorys = array('home', 'services', 'gallery', 'about_us', > > 'contact_us', 'testimonials'); > > foreach($categorys as $category){ > > $replace = str_replace("_", " ", $category); > > echo "<li><a href='index.php?page=$category'>$replace</a></li>"; > > } > > > > Validator Error: > > an attribute value must be a literal unless it contains only name > > characters > > This is because you misspelled $categorys, where it should > actually be $categories. Goes to show ya, even Deaf people aren't perfect spellers. Still like your little joke? ;-) -- Blessings David M. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php