Forum Moderators: coopster

Message Too Old, No Replies

How can i read browser contents

         

rajsharma159

5:18 am on Jul 7, 2005 (gmt 0)



Hi to all,
I am working on a site in php. In this site phone button link and on clilcking that link a phone call is being made. When clicking on that button i get a status value returned by that phone api, and i see 5 lines on the browser with a status value. i need that status value. My problem is how do i get those 5 lines from brower in my php variable.
Please help me.

Thanks in advance.

Blackie

8:13 am on Jul 7, 2005 (gmt 0)

10+ Year Member



The best way would be:
Trying looking into the script that gives you those 5 lines to find out what variables are used there and use them again.

Your second choice is to use file_get_contents() and parse the result for those numbers.