Jump to content
php.lv forumi

Paulinjsh

Reģistrētie lietotāji
  • Posts

    755
  • Joined

  • Last visited

Posts posted by Paulinjsh

  1. Uztaisīju vienkāršu html un padevu headerus:

    header("Content-Disposition: attachment; filename=phone_export.xls");
    header( "Content-Type: application/octet-stream");
    header( "Content-Type: application/force-download");
    header( "Content-Type: application/download");
    header( "Content-Transfer-Encoding: binary" );

     

    nekādas problēmas ar utf-8 nebija

×
×
  • Create New...