Search found 4 matches

by webreake
Wed Sep 14, 2005 4:18 pm
Forum: PHP - Code
Topic: get just a part from one web
Replies: 8
Views: 313

hi this is my happy end :) finally finished my script what it does is what timvw suggest I would cache the actual page.. So, every 5 minutes or so you retrieve a new version combined with the function preg_match_all to cache the page, also i added a function to delete repeated job entries thanks guys
by webreake
Sun Sep 11, 2005 1:51 pm
Forum: PHP - Code
Topic: get just a part from one web
Replies: 8
Views: 313

hi again i tried with both functions : ignore_user_abort() set_time_limit() but now my problem is how to force this function to return the array when i finish the script: preg_match_all('#<form.*?</form>.*?</blockquote>#s',file_get_contents('http://clasificados.mexplaza.com.mx/cgi-bin/clasificados/l...
by webreake
Sat Sep 10, 2005 11:27 am
Forum: PHP - Code
Topic: get just a part from one web
Replies: 8
Views: 313

thanks feyd locally works great but when i tried to run this script in my web i got an error because it is to much time to download the file(more than 30 seconds ) also i think this is known as steal bandwith i guess thats why i got that error in my web i saw my bandwidth usage and still downloading...
by webreake
Thu Sep 08, 2005 12:06 am
Forum: PHP - Code
Topic: get just a part from one web
Replies: 8
Views: 313

get just a part from one web

Hello So i visited a web with a list of available jobs there was too much info in this page (4 mb plain text) and the webmaster of this page shows everything in just one page this represent a problem for the users of the page because the page takes too long to complete its loading Thas why i want to...