in reply to Re^11: CGI Action call
in thread CGI Action call
[Wed Mar 28 15:18:59 2018] update_tables.cgi: Entered update_tables.cg +i Open Database return First Record with action: = 'navigate_records' + at update_tables.cgi line 290. [Wed Mar 28 15:18:59 2018] update_tables.cgi: rowpointer = 'Dare"' at +update_tables.cgi line 292.
Looks like it comes in on the query param.
sub navigate_Records {: my $kind = $query->param('kind'); my $rowpointer = $query->param('searchterm'); my ($sth, $stmt); my @row; warn("Entered update_tables.cgi Open Database return First Record w +ith action: = '$action'"); warn("Search Parameter = '$kind'"); warn("rowpointer = '$rowpointer'"); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: CGI Action call
by tultalk (Monk) on Mar 29, 2018 at 13:53 UTC | |
by poj (Abbot) on Mar 29, 2018 at 14:08 UTC | |
by tultalk (Monk) on Mar 29, 2018 at 16:11 UTC | |
by poj (Abbot) on Mar 29, 2018 at 16:35 UTC | |
by tultalk (Monk) on Mar 30, 2018 at 11:02 UTC | |
| |
by tultalk (Monk) on Mar 29, 2018 at 16:50 UTC | |
by tultalk (Monk) on Mar 29, 2018 at 16:59 UTC | |
by tultalk (Monk) on Mar 29, 2018 at 17:32 UTC |