It's a html encoding problem, ' means an aposthrophe ( ' ), so the code you pasted should look like this:
string submit_tag($value = 'Save changes', $options = array()) Returns an XHTML compliant <input> tag with type="submit". On Sat, Aug 8, 2009 at 14:07, DEEPAK BHATIA<[email protected]> wrote: > > Hi, > > I am not able to understand &apos etc below. Please help me in this regard. > > string submit_tag($value = 'Save changes', $options = array()) > Returns an XHTML compliant <input> tag with type="submit". > > Regards > > Deepak Bhatia > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
