i don’t know if this is possible but i need it. I am trying to update comments table with facebook comments based on permalinks but the php file is not being loaded. I mean the job would be done in the backend.
i am not talking about ajax. the page never be loaded or triggered from some file. it should update periodically.
Thanks.
Probably what you need is to write a service page (the page that do the update) then call this page periodically (with a cronjob on unix or using a schedule on windows).
Instead of a page you can use PHP-cli and call it with a commandline script.