UFT-8 characters with nusoap

Discussion in 'Google API' started by redorbit, May 27, 2007.

  1. #1
    I'm working on my own keyword tracking tool (using Google SOAP API). I have a problem getting results for keywords which use special characters. I use nusoap lib. I know I have to encode all my queries with Utf-8 and I did that but it doesn't work fine :(

    $client->soap_defencoding = 'UTF-8';
    $client->decode_utf8 = false;

    What else should I do?
     
    redorbit, May 27, 2007 IP
  2. lukazs

    lukazs Well-Known Member

    Messages:
    583
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    125
    #2
    Here is a script that removes special characters, liamdelahunty.com/tips/remove_special_characters.php let me know if it work.
     
    lukazs, Feb 15, 2008 IP
  3. martynesku

    martynesku Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    useful, thanks
     
    martynesku, Feb 20, 2008 IP
  4. baybossplaya

    baybossplaya Active Member

    Messages:
    597
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    58
    #4
    thanks lukazs
     
    baybossplaya, Apr 6, 2008 IP
  5. kineticdc

    kineticdc Peon

    Messages:
    347
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks for the tip
     
    kineticdc, May 26, 2008 IP
  6. hyper

    hyper Peon

    Messages:
    1,565
    Likes Received:
    214
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks for the tweak, really interesting :)
    I have never played with this untill now.
     
    hyper, Jun 24, 2008 IP
    snowbird likes this.
  7. quintin671

    quintin671 Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I have coded so many things and have had problems all because of not removing random characters in the input boxes. I now always using ereg_replace and preg becuase I'm tired of it.
     
    quintin671, Jun 26, 2008 IP
  8. Alby

    Alby Well-Known Member

    Messages:
    151
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #8
    Thanks for the tip, really useful
     
    Alby, Jul 15, 2008 IP
  9. asdasdasdasd

    asdasdasdasd Guest

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    yes you are right
     
    asdasdasdasd, Jul 15, 2008 IP
  10. ximplix

    ximplix Active Member

    Messages:
    289
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #10
    good advice, thanks mr lukas for the help
     
    ximplix, Jul 20, 2008 IP
  11. arrisweb

    arrisweb Well-Known Member

    Messages:
    1,277
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    160
    #11
    Redorbit, have you finished?
     
    arrisweb, Aug 6, 2008 IP
  12. SanDiego

    SanDiego Active Member

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #12
    Is your project done? do you need beta testers?
     
    SanDiego, Aug 13, 2008 IP
  13. kewlchat

    kewlchat Well-Known Member

    Messages:
    1,779
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    110
    #13
    Google and msn both use soap in conj with their api but there are scripts that can allow the api to work with curl and php thats what I do..

    But the hard part now days is getting a google api they dont give them out anymore..
    but you can get msn api key for free on msdn site..
     
    kewlchat, Aug 18, 2008 IP
  14. BtSEO

    BtSEO Peon

    Messages:
    111
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Alright!!! I was hoping to see this information
     
    BtSEO, Sep 1, 2008 IP
  15. sanjay_bhuarya

    sanjay_bhuarya Peon

    Messages:
    379
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Thanks for the tip :D
     
    sanjay_bhuarya, Sep 19, 2008 IP
  16. simonspurr

    simonspurr Peon

    Messages:
    604
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Is the tool working yet? I'd love to see it
    BTW, what are these Google API key's - I have seen many tools require this but I got no idea what they are
     
    simonspurr, Sep 20, 2008 IP
  17. samehzone

    samehzone Guest

    Best Answers:
    0
    #17
    what is Google SOAP API ??
     
    samehzone, Sep 27, 2008 IP
  18. lordstriker

    lordstriker Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    thanks for this article... i was looking for such an article for so long,....
     
    lordstriker, Oct 11, 2008 IP
  19. williamjr

    williamjr Banned

    Messages:
    215
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Nice article dude.
     
    williamjr, Oct 12, 2008 IP
  20. synchronize

    synchronize Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #20
    You can't get Google SOAP APIs anymore can you? anyone know where i can get one? i looked here and apparently google have discontinued them. :(
     
    synchronize, Oct 15, 2008 IP