CONTENT TYPE in PHP

di il
2 risposte

CONTENT TYPE in PHP

Ho un grosso problema:
avete presente l'istruzione
response.contentType = "application/vnd.ms-excel" ??
Devo tradurla in php
Ho fatto così:

header ("content-type: application/vnd.ms-excel")
Ma continua a generare errore. Come faccio ????
Help



fabio

2 Risposte

  • Re: CONTENT TYPE in PHP

    Fabio ho la strana sensazione che i parametri della funzione header() siano case sensitive...
    Mi riservo cmq di controllare sta cosa....

    Fish

    ICQ # 47938486
    --- --- --- ---
    http://winstb.altervista.org
  • Re: CONTENT TYPE in PHP

    Ho verificato e riporto quanto segue:

    <pre id=code><font face=courier size= id=code>
    14.17 Content-Type
    The Content-Type entity-header field indicates the media type of the entity-body sent to the recipient or, in the case of the HEAD method, the media type that would have been sent had the request been a GET.

    Content-Type = "Content-Type" ":" media-type

    Media types are defined in section 3.7. An example of the field is

    Content-Type: text/html; charset=ISO-8859-4

    Further discussion of methods for identifying the media type of an entity is provided in section 7.2.1.
    </font id=code></pre id=code>

    Questo è lo stralcio della specifica del protocollo HTTP 1.1 riguardante il Content-Type.

    Secondo me è case sensitive tutto ciò che deve essere passato attraverso Header().

    Ciao ciao

    Fish

    ICQ # 47938486
    --- --- --- ---
    http://winstb.altervista.org
Devi accedere o registrarti per scrivere nel forum
2 risposte