Help for this page

Select Code to Download


  1. or download this
    $dbh->do("INSERT INTO Web_Page SET template = '$request', test = '$tes
    +t', source = '$data{'source'}', Visitor_idVisitor = $cookie{'_ls_visi
    +t'}") unless $$vars{'testpage'};
    
  2. or download this
    unless ($vars->{'testpage'}) {
        my $query = $dbh->prepare("INSERT INTO Web_Page SET template = '$r
    +equest', test = '$test', source = ?, Visitor_idVisitor = $cookie{'_ls
    +_visit'}");
        $query->execute($data{'source'});
    }