Help for this page

Select Code to Download


  1. or download this
    ##################
    # Server
    ...
    
     # do mysql insert: "INSERT INTO msgs VALUES(?,?)", '', $_;
    }
    
  2. or download this
    ##################
    # Server:
    ...
     print( $msgs, ($_ . "\n") );
     close $msgs;
    }