1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

PHP Need a Remote Page Script

Discussion in 'Web Development' started by itjannat, Mar 30, 2011.

  1. itjannat

    itjannat New Member

    I need a remote php script that takes data from a remote site. If any one have or any reference he can provide me then please post

    Thanks in Advance
     
  2. tomw

    tomw Member

    You dont need to write a whole script for that. You can simply use file_get_contents function and take the data from a remote site. Go to php.net for information about the function.