[thelist] REFC Delimiter

Martin martin at members.evolt.org
Thu Apr 25 07:51:01 CDT 2002


On Thursday, April 25, 2002, at 01:15  pm, Luther, Ron wrote:

> Could the semicolon at the end of "&" be the missing "refc
> delimiter"?

Yes it is - it's complaining on 2 counts:
1) It's parsing &foo not as an ampersand separator and new variable, but
     as an entity, &foo;, which it doesn't recognise
2) If you meant &foo; then your &foo is malformed, missing the semicolon
    delimiter.

If you want it to validate, change it to option=contact&foo=6

Cheers
Martin
(just spent some time getting http://members.evolt.org/martin/ to
validate XHTML Strict)

>
> -----Original Message-----
> From: Christopher Joseph [mailto:Christopher at ideadesigners.com]
>
> I am using PHP to dynamically output site information. The PHP passes
> variables through the name space like so:
>
> ....index.php?option=contact&foo=6
_______________________________________________
email: martin at easyweb.co.uk             PGP ID:	0xA835CCCB
	martin at members.evolt.org      snailmail:	30 Shandon Place
   tel:	+44 (0)774 063 9985				Edinburgh,
   url:	http://www.easyweb.co.uk			Scotland




More information about the thelist mailing list