Hi guys, After i use that, all of thing is good and perfect, Local $dData = InetRead("http://example.com/my.html",1)
$my = BinaryToString(StringReplace($dData, "0A", "0D0A"), 4)but now how can i reload that after x time ?! by this ( top script ) , i need to relunch the script to see modified, now! how can i update data after X time !? for example : in "my.html" we have number "3" , i try to change it to "5", now we need to relunch script to see "3" => "5", how we can use that without relunch script. thanks alot and sorry for my bad english & too long question.