|
Re: LIST2 + UPD4 + ADD4 FAILS [message #5473 is a reply to message #5470] |
Thu, 14 April 2016 05:28 |
AJM
Messages: 2363 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
The only limitation of using header('Location: ...') to jump to another script is that the current script must not have written any output, such as with echo, otherwise it will output an error message saying something like "headers have already been sent". Is this the message you are getting?
It is therefore perectly acceptable to use the header() function in a script which does not produce any HTML output.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|