in reply to Re^4: Passing database ID to \&hook through $data (CGI)
in thread Passing database ID to \&hook through $data (CGI)
You're supposed to fill in something like /^(\d+)/ :)#$data = $1 if $data =~ //;# untaint id - for some reason this sets th +e contents of $data to .. nothing?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Passing database ID to \&hook through $data (CGI)
by k2OS (Initiate) on Sep 20, 2008 at 18:27 UTC |