Help for this page

Select Code to Download


  1. or download this
    sub insert_msg
    {
    ...
    
        $template->process( $config->{'template'}->{'insert'} );
    }
    
  2. or download this
    CREATE TABLE `messaggi` (
      `id` int(10) unsigned NOT NULL auto_increment,
    ...
      PRIMARY KEY  (`id`),
      FULLTEXT KEY `body` (`body`),
    ) TYPE=MyISAM