Help for this page

Select Code to Download


  1. or download this
    Table structure is  
    
    id    int(11)
    ...
    exclude_request    varchar(200)
    owned    tinyint(1)
    push    tinyint(1) unsigned
    
  2. or download this
     id: 447
        source_code: FACEBOOK
    ...
    exclude_request: CONVERSATIONS
              owned: 1
               push: 0
    
  3. or download this
    $activate_stream =$dbh4->prepare("INSERT INTO stream (source_code, str
    +eam_code, client_id, name, url, status_code, stream_data, feed_db, fe
    +ed_table, last_update, report_db, sla, exclude_request, owned, push) 
    +VALUES(?, ?, 10, ?, ?, DISABLED, ?, production_feed002, ?, ?, ?, ?, ?
    +, ?, ?)");
    
    ...
    $activate_stream->finish();