[PHP] Entity 'reg' not defined

2010-10-22 Thread TR Shaw
Anyone have an idea how to work around this? I tried: define ('reg', '®'); define ('reg;', '®'); can't figure how to override the entity table. Errors follw: Warning: simplexml_load_string(): o.cc/46/e53d68e007fd45c2fccb502f2e7ccad5.php?user_id=47amp;sub_id=61862469reg; in checkifup.php on

Re: [PHP] Entity 'reg' not defined

2010-10-22 Thread Adam Richardson
On Fri, Oct 22, 2010 at 11:47 AM, TR Shaw ts...@oitc.com wrote: Anyone have an idea how to work around this? I tried: define ('reg', '®'); define ('reg;', '®'); can't figure how to override the entity table. Errors follw: Warning: simplexml_load_string():

Re: [PHP] Entity 'reg' not defined

2010-10-22 Thread Adam Richardson
On Fri, Oct 22, 2010 at 1:19 PM, TR Shaw ts...@oitc.com wrote: On Oct 22, 2010, at 12:03 PM, Adam Richardson wrote: On Fri, Oct 22, 2010 at 11:47 AM, TR Shaw ts...@oitc.com wrote: Anyone have an idea how to work around this? I tried: define ('reg', '®'); define ('reg;', '®');

Re: [PHP] Entity 'reg' not defined

2010-10-22 Thread Ashley Sheridan
On Fri, 2010-10-22 at 12:03 -0400, Adam Richardson wrote: On Fri, Oct 22, 2010 at 11:47 AM, TR Shaw ts...@oitc.com wrote: Anyone have an idea how to work around this? I tried: define ('reg', '®'); define ('reg;', '®'); can't figure how to override the entity table. Errors follw:

Re: [PHP] Entity 'reg' not defined

2010-10-22 Thread TR Shaw
On Oct 22, 2010, at 1:56 PM, Ashley Sheridan wrote: On Fri, 2010-10-22 at 12:03 -0400, Adam Richardson wrote: On Fri, Oct 22, 2010 at 11:47 AM, TR Shaw ts...@oitc.com wrote: Anyone have an idea how to work around this? I tried: define ('reg', '®'); define ('reg;', '®'); can't

Re: [PHP] Entity 'reg' not defined

2010-10-22 Thread Richard Quadling
On 22 October 2010 19:01, TR Shaw ts...@oitc.com wrote: On Oct 22, 2010, at 1:56 PM, Ashley Sheridan wrote: On Fri, 2010-10-22 at 12:03 -0400, Adam Richardson wrote: On Fri, Oct 22, 2010 at 11:47 AM, TR Shaw ts...@oitc.com wrote: Anyone have an idea how to work around this? I tried:

Re: [PHP] Entity 'reg' not defined

2010-10-22 Thread Bastien Koert
On Fri, Oct 22, 2010 at 2:28 PM, Richard Quadling rquadl...@gmail.com wrote: On 22 October 2010 19:01, TR Shaw ts...@oitc.com wrote: On Oct 22, 2010, at 1:56 PM, Ashley Sheridan wrote: On Fri, 2010-10-22 at 12:03 -0400, Adam Richardson wrote: On Fri, Oct 22, 2010 at 11:47 AM, TR Shaw