lordcanyon Posted February 3, 2008 Share Posted February 3, 2008 i'm interested to know if and how i could find out where post in a php would send to i mean say your at a site http://www.somesite.com/page.php and you have a php page that get and sends text from page.php http://www.somesite.com/next.php i want to find out where next.php would send the text like http://www.somesite.com/file.txt is their anyway? Link to comment https://forums.phpfreaks.com/topic/89255-solved-discovering-the-destination-of-a-php-post/ Share on other sites More sharing options...
trq Posted February 3, 2008 Share Posted February 3, 2008 Not without reading the code in next.php. Link to comment https://forums.phpfreaks.com/topic/89255-solved-discovering-the-destination-of-a-php-post/#findComment-457045 Share on other sites More sharing options...
lordcanyon Posted February 3, 2008 Author Share Posted February 3, 2008 figured i couldn't do it. so correct me if i'm wrong but its not possable with out viewing the original code? Link to comment https://forums.phpfreaks.com/topic/89255-solved-discovering-the-destination-of-a-php-post/#findComment-457046 Share on other sites More sharing options...
trq Posted February 3, 2008 Share Posted February 3, 2008 Thats what I just said. Link to comment https://forums.phpfreaks.com/topic/89255-solved-discovering-the-destination-of-a-php-post/#findComment-457047 Share on other sites More sharing options...
lordcanyon Posted February 3, 2008 Author Share Posted February 3, 2008 alright thanks Link to comment https://forums.phpfreaks.com/topic/89255-solved-discovering-the-destination-of-a-php-post/#findComment-457049 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.