Re: [PHP] Re: HTML errors

2011-01-12 Thread David McGlone
On Wednesday, January 12, 2011 04:14:42 am Pete Ford wrote: > On 12/01/11 03:35, David McGlone wrote: > > Hi Everyone, I'm having a problem validating some links I have in a > > foreach. > > > > Here is my code: > >> > > "http://www.w3.org/TR/html4/loose.dtd";> > > > > my PHP code: > > $cate

[PHP] Re: HTML errors

2011-01-12 Thread Pete Ford
On 12/01/11 03:35, David McGlone wrote: Hi Everyone, I'm having a problem validating some links I have in a foreach. Here is my code: http://www.w3.org/TR/html4/loose.dtd";> my PHP code: $categorys = array('home', 'services', 'gallery', 'about_us', 'contact_us', 'testimonials'); foreach($categ

[PHP] Re: HTML errors

2011-01-11 Thread David Robley
David McGlone wrote: > Hi Everyone, I'm having a problem validating some links I have in a > foreach. Here is my code: > "http://www.w3.org/TR/html4/loose.dtd";> > > my PHP code: > $categorys = array('home', 'services', 'gallery', 'about_us', > 'contact_us', 'testimonials'); > foreach($category