Results 1 to 6 of 6

Thread: Difference between all these methods

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    154

    Difference between all these methods

    I mean file_get_content and file and curl functions are used to get content of remote page but what are internal differences between all these methods?

    Thanks.

  2. #2
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Re: Difference between all these methods

    from php.net
    file_get_content : it read the file & get result into String
    file : it read the file & get result into array

    More Info

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    154

    Re: Difference between all these methods

    and curl? I think it does the same thing as file_get_contents.

  4. #4
    Hyperactive Member
    Join Date
    Dec 2006
    Location
    Ubuntu Haters Club
    Posts
    405

    Re: Difference between all these methods

    cURL is more advanced and supports sending POSTData, custom headers, etc etc.
    » Twitter: @rudi_visser : Website: www.rudiv.se «

    If Apple fixes security flaws, they are heralded as proactive. If Microsoft fixes a security flaw, they finally got around to fixing their buggy OS.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    154

    Re: Difference between all these methods

    What does it mean POSTdata?

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Difference between all these methods

    You may want to search the terms on http://php.net
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

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



Click Here to Expand Forum to Full Width