• 29-05-2009, 12:13:46
    #1
    Üyeliği durduruldu
    ---------
  • 29-05-2009, 12:35:46
    #2
    Spam istekte bulunmak yasak, insanların browserlarının anasayfalarını kitleyerek bi yere ulaşamazsın.
  • 29-05-2009, 12:36:08
    #3
    Üyeliği durduruldu
    PHP: header - Manual
    header
    <?php
    // We'll be outputting a PDF
    header('Content-type: application/pdf');
    // It will be called downloaded.pdf
    header('Content-Disposition: attachment; filename="downloaded.pdf"');
    // The PDF source is in original.pdf
    readfile('original.pdf');
    ?>
  • 29-05-2009, 12:52:28
    #4
    GqN
    Üyeliği durduruldu
    zararlı kod istiyor :P