tuid);
...
313 $delta_row->update();
314 $delta_row->commit();
( line 306 crashes with invalid SQL command line value, obviously, but
what goes here? )
?
TIA,
Ken Uhl,
UC Berkeley
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
ts. The mystery of page
to page flow continues to elude me.
Ken Uhl
Gunnar Hjalmarsson wrote:
ken uhl
wrote:
my Forms are not "acting" nicely, page to page flow is not correct,
Page one prompts for search criteria:
...
$scriptname = $q->script_name();
...
...
The su
This goes back to page one.
I want it to continue - checking page params - specifically to retrieve
selected check boxes,
but It does not progress.
Any Help would be greatly appreciated .
Ken Uhl
UC Berkeley.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
Rob Dixon wrote:
ken uhl wrote:
I am researching tie as a means to pass huge complex data structure
( an array of hash references ) between scripts ( and not textify the
hash refs )
but I apparently don't have tie installed.
Is there some other way ?
Hello Ken.
'tie' is
Hi,
I am researching tie as a means to pass huge complex data structure
( an array of hash references ) between scripts ( and not textify the
hash refs )
but I apparently don't have tie installed.
Is there some other way ?
Ken
Berkeley
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
I have a page that displays a list of entries with Delete Check boxes
how Do I loop thru all the checked entries, re-display in a 'confirmation'
page and then do the deletes?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
Hi,
my form reads the db and renders html table -
we want to add check box bulk delete - like email clients.
Gettining the UI right is easy - simply adding a checkbox with
variable name gives uniqueness.
Where do I go from there?
Ken
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi