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
|