kwame123 Posted August 4, 2017 Share Posted August 4, 2017 can i have header("Location: ../"); exit; on same line? or header("Location: ../"); exit; ? if i cant have it on the same line is there a program which searches for header("Location: ../"); in files and then changes "header("Location: ../");" to "header("Location: ../"); exit" ? Quote Link to comment Share on other sites More sharing options...
Solution kwame123 Posted August 4, 2017 Author Solution Share Posted August 4, 2017 founds the answer you can have header("Location: ../"); exit; Quote Link to comment Share on other sites More sharing options...
ginerjm Posted August 4, 2017 Share Posted August 4, 2017 Yes you can have multiple PHP statements on a single line, but why would you? It just makes your code tedious to read thru, hard to find a certain line at quick glance, makes an instruction easy to miss and achieves no meaningful purpose. It's a "coding style", but one that I find to be less than helpful. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.