1.I have a page1.php which collects certain inputs-the debug works all good and gives me the output.
2.On the output of page1.php, I have choices for multiple links
3.I click one of the links on page1.php, and it must take me to page2.php with required variables passed betweent he 2 pages.
How do I get the IDE to go to debugger mode during transfer from page1.php to page2.php along with passed variables(Get or post method), and not directly go to output of page2.php.
Really desperate for this answer.
Else there is no point starting debugger separately on my page2.php which is designed to start with variables passed from page1.php!!!!