help me to find error and fix this one

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

  • softwarefreak
    replied
    Originally posted by Lue_chin View Post
    Thanks to all
    i want to say that i really feel proud that you think i have to be master an a day i will do it and be like you but now my exam nears so i try to do something with small time
    LOL, wat's so important w/ ds adult grabber? study hard for your exams, dat'll make your career & then a job, there's whole lifetime left for making grabbers :D

    Leave a comment:


  • Lue_chin
    replied
    Thanks to all
    i want to say that i really feel proud that you think i have to be master an a day i will do it and be like you but now my exam nears so i try to do something with small time

    Leave a comment:


  • just_m3.
    replied
    Originally posted by something else View Post
    and if your stuck put this at the top of your script:
    PHP Code:
    error_reporting  (E_ALL);
    ini_set ('display_errors'true); 
    and google the errors it gives you ;) .... only way to learn is to do it yourself


    i've told him // same thing on gtalk .. .. bleah . blah blah .. code not workin' ... TRY IT 'TILL IT WORKS !!

    Leave a comment:


  • something else
    replied
    and if your stuck put this at the top of your script:
    PHP Code:
    error_reporting  (E_ALL);
    ini_set ('display_errors'true); 
    and google the errors it gives you ;) .... only way to learn is to do it yourself

    Leave a comment:


  • softwarefreak
    replied
    Hi brother, you're just wasting your valuable time opening this unnessesary topics, head to php.net & learn!
    php is limited only to you imagination, this is wat I feel,may be someday I'll think I was wrong,but for now,I'm ryt So try your best to learn, Best of luck & don't mind...

    BTW, when you'll be able to master it, trust me,you'll feel like, "why did I ever asked for help to softwarefreak or something else or just_m3 or master_v4", it's so easy!... "
    Last edited by softwarefreak; 04.03.12, 18:05.

    Leave a comment:


  • Lue_chin
    started a topic help me to find error and fix this one

    help me to find error and fix this one

    hello members i try to make a script but its not working please fix the errors and try to make it for me i shall very thankful to you
    PHP Code:
    <?php  

    $link 
    'http://xvfon.com/?cate=Big_Tits_3gp_Clips&zone=clip&by=id&sort=desc';



    $file=file_get_contents($link);
       function 
    pick($start,$stop,$from){
    $from=explode($start,$from);
    $from=explode($stop,$from[1]);
    $from=$from[0];
    return 
    $from;
    }


    $chunk explode('<tr       >'$file); 
    //print_r($chunk); 
    $count count($chunk); 
    for (
    $i=1$i $count$i++)  

       
         
    $match_name preg_match('/clip_(.*).jpg/i'$chunk[$i], $w); 
        
        
        
    $id=$w[1];
    }







    echo 
    '<br>'.$id.'';
        
    ?>
Working...
X