Results 1 to 2 of 2

Thread: How to writes symbols in php ?

  1. #1
    Join Date
    Nov 2006
    Posts
    65
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question How to writes symbols in php ?

    PHP Code:
    DEFINE("_EZ_SEARCH_FEET","Min. M2"); 
    It is a language file.
    But I want M2 convert like image in the search php form..How?

  2. #2
    Join Date
    Nov 2006
    Posts
    65
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    it works,
    PHP Code:
    DEFINE("_EZ_SEARCH_FEET","Min. Mē"); 
    Last edited by winpeace; 03-12-2009 at 11:20 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •