I'm new to html programming, perl and the like...and need advice and could use a few insights on how to tackle this problem.
I'm writing the paging part of a simple search web application where a query returned more results than it can display. I'm using perl, cgi, html templates and mysql.
I...
I wrote a validation routine to handle invalid input but if the user types in a single or double quote in the first column of any text input in a html page, then the code appears in the input box:
<input id="itemNum" type="text" name="itemNum" value='>
I'm unsure how to handle this. I'm...
Hello all,
I want to add to a hash, values read in after a sql sth read.
while (my @data_row = $sth->fetchrow_array){
#$row {'00001'} = {'ITEMDESC' => $data_row[1],
$row {"$data_row[0]"} = {'ITEMDESC' => $data_row[1],
'LISTPRCE' => FormatPrice($data_row[2]),
'ITEMQTY' => $data_row[3]...
Hello all,
I hope I'm posting in the right forum. O.o
Data is going from cgi to form...given a value for a drop down box choice, and given also that the drop down box values are dynamically generated. How can you preserve the value of a drop down box choice a user has chosen after it's been...
Hello all,
I'm fairly new to cgi scripting, html templates and perl. I am trying to sort an array of hash (which represents rows of a table) and having trouble with passing the data from html to cgi script (so I can sort). I know how to pass the array to the template but not vice versa...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.