communicate with remote server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ycjack
    New Member
    • May 2008
    • 4

    communicate with remote server

    Hi, all
    With PHP 8.2.x, can we communicate remote web server without using curl library? Thank you in advance!

    Jack
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    PHP 8 is out?

    And here's me using old PHP 5!

    Comment

    • realin
      Contributor
      • Feb 2007
      • 254

      #3
      heheheh... even i am the one who is lagging on php5

      Comment

      • developing
        New Member
        • Mar 2007
        • 110

        #4
        jack, php 6 is still in development, php 8 is till 4 years away

        Comment

        • ycjack
          New Member
          • May 2008
          • 4

          #5
          Sorry, made a big mistake! It' PHP 5.2.x

          Comment

          • pbmods
            Recognized Expert Expert
            • Apr 2007
            • 5821

            #6
            Heya, Jack.

            cURL is generally the preferred method, but you might have some success using streams (http://php.net/stream_context_create).

            Comment

            Working...