What Script should i use

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    What Script should i use

    i'm looking for a script that i can use, i'm only a noob coder in php
    the situation is this,
    my downloadable is in other hosting because of restrictions and rules to follow
    and i have separate hosting for my site
    how can i get my downloadable to my site in each separate folder and direct link
    i test some scripts but i cant get it work to download the files on separate hosting
    thanks in advance for any advice that i can get..

    #2
    Originally posted by googos View Post
    i'm looking for a script that i can use, i'm only a noob coder in php
    the situation is this,
    my downloadable is in other hosting because of restrictions and rules to follow
    and i have separate hosting for my site
    how can i get my downloadable to my site in each separate folder and direct link
    i test some scripts but i cant get it work to download the files on separate hosting
    thanks in advance for any advice that i can get..
    Just grab it using curl or file get contents
    Did I help you?
    You can help me too
    Your donations will help me finance my studies.

    Comment


      #3
      thanks kei_ki7 for a quick response, but forgive me for this stupid question pls...
      can you show me how to grab or to get file contents? i only know basic syntax's for php.
      and file manipulation is way way way to far from what i have read from ebooks... or can you atlest point me to a link that might be useful for a newbie...
      thanks

      Comment


        #4
        Use search button, search the grabber shared by something else

        Added after 2 minutes:

        You can also visit this PHP: file_get_contents - Manual
        for you to know how the file get contents function work.
        Last edited by kei_ki7; 08.06.11, 07:15.
        Did I help you?
        You can help me too
        Your donations will help me finance my studies.

        Comment

        Working...
        X