parse html page containing wait function with php?

  • Thread starter Thread starter k40t1x
  • Start date Start date
K

k40t1x

Guest
I want to parse a html page using php. The problem is that the page contains a javascript function wait time and reload after. Do you have any suggestions? (I used to use file_get_contents("example.com") and then parse the page but this doesn't work in the actual case)
ty for your answer but i couldn't find that example on php.net and i'm still looking for how to do it (with fsopckopen).
 
Back
Top