[PHP] Re: redirection rather than include()

2002-01-31 Thread Oliver Cronk
use the: ? header(Location: 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

[PHP] Re: create xml document with PHP

2002-01-31 Thread Oliver Cronk
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'm new to the xml world, and I need to create a page with data retrieved from my database