Help! Blogger API with w/o fsockopen

Discussion in 'Google API' started by profs77, Mar 23, 2006.

  1. #1
    Hi guys. I'm trying to make a Blogger API but my hosting doesn't support fsockopen(); any ideas?
     
    profs77, Mar 23, 2006 IP
  2. gdymov

    gdymov Peon

    Messages:
    126
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if your host supports url-fopen, then you can try file_(get/put)_contents
     
    gdymov, Mar 26, 2006 IP
  3. profs77

    profs77 Well-Known Member

    Messages:
    441
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    118
    #3
    Exactly how do you do that? Or point me to somewhere which would help.
     
    profs77, Mar 26, 2006 IP
  4. gdymov

    gdymov Peon

    Messages:
    126
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I didnt really get your question, but as I understood you you need something that can substitute fsockopen to send a file/make a request. You can do that with the function I mentioned, take a look over here: http://uk.php.net/file_get_contents
     
    gdymov, Mar 27, 2006 IP