View Single Post

  #1 (permalink)  
Old 10-25-2004
Rob
 
Posts: n/a
Default Send headers and HTML all at once

Hy all,

The variable $x contains all data to sent back to the user. Thus all headers
and the HTML for a HTML page in one variable. How do I send this back to the
client browser?

If I echo/print the data PHP creates its own set of headers and the headers
in $x will be displayed in the browser window instead of sending it as
headers.


Is there any way to send the data in $x al at once so php does not create
its own set of headers?

Thanks in advance
Rob


Reply With Quote