I am new to php, I am currently facing problem using header function.
Currently I am working on a ticketing system, in which when all of the user credentials are validated he is redirected to the payment gateway. On successful payment completion I have to redirect him back to the the page where validation was done. I am using header function to do this. My concern is how is the call stack when header function is called, I am not able to visualize the call stack do i need to manage it or php does it on its own.
Any help will be appreciated.