Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE foo (
        id SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT,
    ...
        PRIMARY KEY(id),
        UNIQUE INDEX(this, that, other)
    );
    
  2. or download this
    sub find_entries
    {
    ...
        return $entries;
    
    }
    
  3. or download this
    sub find_entries
    {
    ...
        
        return $entries;
    }
    
  4. or download this
    *** unhandled exception in callback:
    ***   DBD::mysql::st bind_param failed: Illegal parameter number