On Mon, Mar 7, 2011 at 9:28 AM, stapes <[email protected]> wrote:
> I keep getting this stupid error message: Character '<', hexdecimal > value 0x3c is illegal in XML attribute values. > > This is the line of code it objects to: > > <input type="hidden" name="id" id="id" value="<?php print $id;?>"></ > input> > > It does not like the <?php tag, which is tough because it is what we > want it to do. > > Why is it evaluating it as XML? Its a php document. > > And how do I get rid of these stupid compiler messages. --------------- Don't use .NET for PHP as a start. Your IDE is set for .NET and not for PHP. -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
