Question : PHP Curl functions

Hello,

I'm tying to find a variable from a html page via curl functions and preg_match

<div class="auction_item auction_card" id="auction_45999">
<!-- Time -->
<span class="auction_timeleft countdown_time" onclick="#" style="background-color:#ffffff;">
  00:00:10</span>
</div>

I'm trying to extract the time 00:00:10 from the code there will be many div class. So when I enter the no 45999. I need to find the div class id="auction_45999" and value in the span class to find the time.

the time changes every 1 sec. Is there any way I make the script run every half second and extract the time and show it in my page ?

Please advise
Abhishek

Answer : PHP Curl functions

I checked where the database files were and then I stopped all Exchange services, and then deleted all files in the D:\DPrograms\Exchsrvr\mdbdata folder.

This seems to have accomplished my goal.

Random Solutions  
 
programming4us programming4us