bugsie101 Posted March 8, 2009 Share Posted March 8, 2009 Hi, I want to write a central script that uses sports results stored in a seperate file that is then included. The results are also printed to the browser and against each I want a link which would only use the results up to that game in the central script. How can I use a link to exit the include file at a specific point and return to the central script? Greatly appreciate your help. Link to comment https://forums.phpfreaks.com/topic/148413-break-out-of-an-include-file/ Share on other sites More sharing options...
WolfRage Posted March 8, 2009 Share Posted March 8, 2009 You can't use a link, as far as a clickable hyperlink, because the files will be parsed on the server side and then sent to the user. But you can use string matching to triger and exit. Link to comment https://forums.phpfreaks.com/topic/148413-break-out-of-an-include-file/#findComment-779299 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.