Code:
#!/usr/bin/perl
use CGI;
use ready::Sql;
use Picco::HTML;
use Picco::Form;
$form = Picco::Form->new(["contactid", "name", "birthdate", "email", "interest", "telno", "admin", "edit"]);
$form->action("POST");
$form->action("/public/editcontact2.pl");
$form->properties("contactid", {id => "contactid", value => "$thecontact_id"});
$form->properties("name", {id => "name", value => "$thename"});
this file is called 'editcon.pl', can someone tell me where i can find where the
code for the 'Picco' module is? The code is on a Unix server.
Picco
www.crmpicco.co.uk
www.ie7.com