What Script should i use

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

  • kei_ki7
    replied
    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.

    Leave a comment:


  • googos
    replied
    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

    Leave a comment:


  • kei_ki7
    replied
    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

    Leave a comment:


  • googos
    started a topic What Script should i use

    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..
Working...
X