javascript - Pull an external page 10 seconds after the request using PHP -
i have 2 web pages i'll phone call domain.com/alvin , domain.com/bert example.
alvin displays search results based on query string variable, loads results using javascript approximately 2 seconds after page loads.
bert needs utilize these results occasional ad-hoc reporting, due way company set up, can't link straight database alvin pulling from. different team manages alvin page, won't have access alter existing code.
while think .net, i'm unsure of how request php highly preferred page.
is aware of how utilize file_get_contents, file_get_html or other php functions html of page pull html 5 seconds after initial request allow javascript update results?
credit mplungjan - not sure why didn't think of earlier, able replicate ajax same request. thanks!
since on same domain, 1 page can ajax other page in – mplungjan
javascript php parsing
No comments:
Post a Comment