html entries encode help

Discussion in 'HTML & Website Design' started by crazy.works, Mar 6, 2009.

  1. #1
    hello ,
    i wanna encode some texts to html entries, i was trying with php but my server doesnt provide the html entries encode function .

    so please how can i encode the text with frontage or any other programming language or any kind of software ???

    thanks
     
    crazy.works, Mar 6, 2009 IP
  2. salahsoftware.com

    salahsoftware.com Peon

    Messages:
    249
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    have you tried url_encode() in php? Is that working?
     
    salahsoftware.com, Mar 6, 2009 IP
  3. crazy.works

    crazy.works Peon

    Messages:
    304
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    no i dont mean the url_encode() and it will not gonna work , iam talking about htmlentities(); http://www.php.net/htmlentities , but it doesnt work on php 5 as i heard

    that mean i need any other way to convert text like hello word to the html entries

    
    & # 104 ; el & # 108 ; & # 111 ;
    
    PHP:
    (i added spaces to make the code accepted in the forum because the forum will transfer it back to hello word)
     
    crazy.works, Mar 6, 2009 IP