in reply to Re^6: DBI Problem
in thread DBI Problem
No tsk tsk
package manageusers; use strict; use diagnostics -verbose; use warnings; use CGI; use CGI::Carp qw(fatalsToBrowser warningsToBrowser); use CGI qw(:standard escapeHTML); use CGI qw/:standard/; use Data::Dumper; use Digest::MD5 qw(md5_hex); use CGI::Session; use CGI::Cookie; use Mail::Sendmail; use Time::HiRes qw(usleep); use Time::Local;
session is given a value when a user logs on. The user can do different things including changing password in the user table which is what this block of code is supposed to do..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: DBI Problem
by huck (Prior) on Sep 30, 2017 at 03:11 UTC | |
by tultalk (Monk) on Sep 30, 2017 at 12:11 UTC | |
by huck (Prior) on Sep 30, 2017 at 13:13 UTC | |
by tultalk (Monk) on Sep 30, 2017 at 13:09 UTC | |
by huck (Prior) on Sep 30, 2017 at 13:39 UTC | |
by tultalk (Monk) on Sep 30, 2017 at 14:58 UTC | |
by huck (Prior) on Sep 30, 2017 at 16:13 UTC | |
| |
by poj (Abbot) on Oct 01, 2017 at 16:17 UTC |