Help for this page

Select Code to Download


  1. or download this
    printf("Content-type: text/html\n\n");
    system("touch /usr/tmp/bogus");
    
  2. or download this
    printf("Content-type: text/html\n\n");
    system("echo hello");
    
  3. or download this
    $old_fh = select(OUTPUT_HANDLE);
    $| = 1;
    select($old_fh);