hi i somehow want to in log in to my digitalpoint forum from PHP from my server and stay logged on (i think refresh the page after 10minutes or so)?? the idea that i have developed is as follows: 1. somehow i insert my digitalpoint cookie into my server (i have no idea how i can do it) 2. then somehow program php to get that page after 10minutes.. (i have no idea how to do this too) therefore i dont know how to proceed with this project of mine.. please help me out
So you want display digitalpoint forum content on your site? If so, grabbing the HTML and styling it with CSS might be easier and more efficient. You can snip out the code you don't need out of the retrieved HTML like the header and footer.
i do not want to do anything like that anyways as all the answers seem to be based on curl then i will give it a shot thanks
cURL can use cookiejar to store cookies for you. Then I suppose you can just refresh the page every ten minutes using a variety of methods: - Header - Cronjob (to refresh and store the data) Just a few thoughts. But, yes, it's possible. I have done things similar to this (minus the refresh) Good Luck!