Re: Http_output




"Taras_96" <taras.di@xxxxxxxxx> wrote in message
news:1169635555.652358.316260@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
| Hi everyone,
|
| HTTP output, if I understand correctly, is to convert character
| encodings from what PHP is outputting to some other specified format.
| This could be used, for example, if your PHP source is stored in UTF-8,
| and you wish (for some reason) to output in UCS-2. Is this correct?
| Where else would this feature be used?
|
| Thanks
|
| Taras


oddly put question. 'http output' is not a php function. there are
individual functions that allow you to format data in a variety of formats
from utf-8 to base 64, etc.. the answer to your specific question is, no. as
for using the other formatting types/functions...they may be required in
order for you to interact with a database or to format a binary file so a
browser can receive it and handle it properly - as in, base64 encoding an
executable where the browser should ask if it should be saved, run, etc.

hth


.



Relevant Pages

  • Re: [PHP] How to fetch .DOC or .DOCX file in php
    ... [PHP] How to fetch .DOC or .DOCX file in php ... I want to fetch text from .doc / .docx file and save it into database ... I am working on a set of php classes that will be able to read the text with the formatting included and convert it to a standard document format. ...
    (php.general)
  • Re: Ruby performance woes
    ... With PHP, I needed to set up a .HTACCESS file which enabled PHP on ... to convert either syntax to fully HTML output) ... into and out of a scriptlet to mix output generated by scriptlets ... within a single huge format string within a single call to FORMAT, ...
    (comp.lang.lisp)
  • Re: [PHP] How to fetch .DOC or .DOCX file in php
    ... [PHP] How to fetch .DOC or .DOCX file in php ... I want to fetch text from .doc / .docx file and save it into database ... I am working on a set of php classes that will be able to read the text with the formatting included and convert it to a standard document format. ...
    (php.general)
  • Re: posting hidden form data to a popup window
    ... On my formatted PHP page, I'm set up to get vlues in this format; ... What I need to see is both how I can send the hidden values, and how do I display them on the PHP popup page. ... Is there some way to make sure that the popup is fully opened before I start having it get the hidden values.? ... var iMyHeight; ...
    (comp.lang.javascript)
  • RE: [PHP] PHP form to fax?
    ... Does anyone use this service with PHP and would it be ... possible to see some sample code on how you format the ... email/message to their server? ... > to the your jfax ...
    (php.general)