[PHP] Re: create xml document with PHP

2002-01-31 Thread Oliver Cronk
than just web page -> user scenarios. Don't mean to be patronising however! Oliver Cronk "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hello, > > Rodrigo Peres wrote: > > > > Hi list, > > > > I

[PHP] Re: redirection rather than include()

2002-01-31 Thread Oliver Cronk
use the: http://www.whatever.com/whatever.php); ?> MAKE SURE header is used before any code that outputs anything, other wise it won't work (as header sends additional HTTP header commands). Alternatively the frameset could just be sent back to browser (i.e. make your frameset dynamic (if user