Help for this page
CREATE TABLE articles ( id int(11) NOT NULL default '0', ... bodytext text NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM;
my @terms = split( / /, $search_terms ); ... # Do the execution my $query = $db->prepare( $querystr ); $query->execute();