Pyro4816 Posted January 13, 2007 Share Posted January 13, 2007 Is there a function to open up remote web pages?I have allot of scripts with Post vars, and i want to clear them after they have performed thier jobs, is there a way to remove them?I also was working on a lil project like forums. And i was wondering how do i go about maarking posts as read and unread? is that php or JS? Link to comment https://forums.phpfreaks.com/topic/33995-a-few-questions/ Share on other sites More sharing options...
trq Posted January 13, 2007 Share Posted January 13, 2007 You can read a remote fie using [url=http://php.net/file_get_contents]file_get_contents[/url].You want to clear the $POST array? unset($_POST) Why?This could be done by storing the thread id in a cookie on the client. Link to comment https://forums.phpfreaks.com/topic/33995-a-few-questions/#findComment-159807 Share on other sites More sharing options...
Pyro4816 Posted January 13, 2007 Author Share Posted January 13, 2007 TYBecause, and i already tried that, but it doesn't work. :/TYsee, very simple questions. Thanks for the help. Link to comment https://forums.phpfreaks.com/topic/33995-a-few-questions/#findComment-159815 Share on other sites More sharing options...
trq Posted January 13, 2007 Share Posted January 13, 2007 [quote]Because, and i already tried that, but it doesn't work. :/[/quote]Tried what? Maybe you need to leanr how to ask questions? Theres a link in my signiture should help you out. Link to comment https://forums.phpfreaks.com/topic/33995-a-few-questions/#findComment-159827 Share on other sites More sharing options...
Pyro4816 Posted January 13, 2007 Author Share Posted January 13, 2007 Or, maybe the problem lies in your reading of the posts(s) and not with how i asked the questions?But let me rephrase to please, I have already tried unset($_POST) but to no avail. Link to comment https://forums.phpfreaks.com/topic/33995-a-few-questions/#findComment-160045 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.