Pedro Lopes wrote:
> Can anyone tell me how can I insert a redirect instruction to another
> page anywhere in PHP code without using  header(location:
> www.php.net).Do I have to use a javascript?

if you really want to avoid using http-headers you have to go for
javascript, but if you just have problems with 'output already sent'
warnings when using header() you should have a look at the output
buffering functions at http://php.net/outcontrol

-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77

Reply via email to