jmurch Posted March 9, 2009 Share Posted March 9, 2009 I have a small curl script that logs in and fetches content from another site. When it's a standalone script it works fine. When I try to include it in any other pages it breaks. The first display of the curl page is a post with username and password. When you submit logs into the remote page, navigates through an landing page, and returns an array of anchors from the final page. As I said earlier it works through all the steps as standalone. When I include it on another page (URL_include) it displays the form and un/pw/submit fine but when you hit submit it immediatly refreshes to the form. Does this just sound like a logic problem or is there a reason for this (curl, url_include) ? TIA, Jeff Link to comment https://forums.phpfreaks.com/topic/148664-solved-include-problem/ Share on other sites More sharing options...
redarrow Posted March 9, 2009 Share Posted March 9, 2009 try require_once(""); Link to comment https://forums.phpfreaks.com/topic/148664-solved-include-problem/#findComment-780656 Share on other sites More sharing options...
jmurch Posted March 9, 2009 Author Share Posted March 9, 2009 I had my hopes up redarrow but that made no difference. I tried it on two sites one with mod_sec and one without. Jeff Link to comment https://forums.phpfreaks.com/topic/148664-solved-include-problem/#findComment-780666 Share on other sites More sharing options...
jmurch Posted March 9, 2009 Author Share Posted March 9, 2009 It was the post headers that were causing the problem. Thanks. Link to comment https://forums.phpfreaks.com/topic/148664-solved-include-problem/#findComment-780700 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.