Originally posted by Lue_chin
View Post
help me to find error and fix this one
Collapse
X
-
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
-
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:
-
Originally posted by something else View Postand if your stuck put this at the top of your script:
and google the errors it gives you ;) .... only way to learn is to do it yourselfPHP Code:error_reporting (E_ALL);
ini_set ('display_errors', true);

i've told him // same thing on gtalk .. .. bleah . blah blah .. code not workin' ... TRY IT 'TILL IT WORKS !!
Leave a comment:
-
and if your stuck put this at the top of your script:
and google the errors it gives you ;) .... only way to learn is to do it yourselfPHP Code:error_reporting (E_ALL);
ini_set ('display_errors', true);
Leave a comment:
-
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:
-
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 youPHP 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.'';
?>Tags: None
Leave a comment: