serial Posted March 13, 2007 Share Posted March 13, 2007 hi i was just wondering if i made a a php page using header('location:$url); and i just want get a certain part or the page what says the solution is: blah. then store in a variable and then print it back out or do i have to use the file_get_contents but if i use file_get_contents i have to use 3 cookies could someone please help me Link to comment https://forums.phpfreaks.com/topic/42449-header/ Share on other sites More sharing options...
trq Posted March 13, 2007 Share Posted March 13, 2007 Using the header() function to create a location header will redirect the page to another. Explain what it is you want to do, not what it is you thinkmight work. Link to comment https://forums.phpfreaks.com/topic/42449-header/#findComment-206010 Share on other sites More sharing options...
serial Posted March 13, 2007 Author Share Posted March 13, 2007 ok i want to get a certain line of text off a webpage but i cannot get setcookie() to work so that i can use file_get_contents so if i use header() function i can see the line of text that i need then i want to use crc32 to decrypt that certain line of text. Link to comment https://forums.phpfreaks.com/topic/42449-header/#findComment-206334 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.