Question Hi
how are you?
i want to find a function(or functions) of PHP or HTML so that it can save the newest news of a news website (according to date)in my data base (designed with my sql)every night(at specific time for example at 12:20 every day), so that i can find news from that data base not from that website every night
may you guide me?
someone told me it is HTML Parser but it cant answer for every news website
Answer Hi Ben,
If you are trying to get news from other website's database in your database so you must need access rights of that other database of news website so you will be able to retireive record from that db to your own db through php or asp. so it could be difficult to get access rights from others.
Anyways try to find iframe control on that news website if they are running news in iframe tag so you will be able to show that news in your website.